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

Commit 6c2d8125 authored by Daniel Angell's avatar Daniel Angell
Browse files

Increase num_retries to reduce likelihood of test flake

Flakiness was observed in this build:
https://android-build.googleplex.com/builds/pending/P35853772/qemu_generic_arm32_gicv3_test_debug/latest/view/logs/build_error.log

But most other builds do not have this issue.

Bug: 234788755
Change-Id: I4cf7d05a56eb678164bf0006bfb190442d6d4e03
parent ad226c11
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++) {