Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3e2a9d5 authored by Daniel Angell's avatar Daniel Angell Committed by Gerrit Code Review
Browse files

Merge "Increase num_retries to reduce likelihood of test flake"

parents ad226c11 6c2d8125
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ namespace metrics {
using android::base::unique_fd;

static void TriggerCrash() {
    size_t num_retries = 3;
    size_t num_retries = 6;
    int fd = -1;

    for (size_t i = 0; i < num_retries; i++) {