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
This commit is contained in:
parent
ad226c11a9
commit
6c2d812508
1 changed files with 1 additions and 1 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue