commit | eaa71ff305b15e7b167e9bdabb70b1346b5fe5a5 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Fri Oct 06 08:20:46 2023 +0000 |
committer | Remi NGUYEN VAN <reminv@google.com> | Fri Oct 06 08:20:53 2023 +0000 |
tree | a3305aaff65e138e261bd1972567245c3303d9bf | |
parent | 87d128f43d4ac60b7372af088d74967687e20568 [diff] |
Increase HandlerUtilsTest timeout to 500ms The test is currently 1~3% flaky with a 200ms timeout, in particular it may fail if a GC runs while waitForIdle is running. Increase the timeout to 1s, which should be enough to cover such cases. Change-Id: Ic6d4ff18fb81feb09639442196cdef3c5cfdf30c Fixes: 302949876 Test: TH