commit | 1c0581ef81c7150e03c298807e291c5083443f6e | [log] [tgz] |
---|---|---|
author | Elie Kheirallah <khei@google.com> | Wed Mar 01 23:50:46 2023 +0000 |
committer | Elie Kheirallah <khei@google.com> | Thu Mar 02 18:14:44 2023 +0000 |
tree | 3c57ef054f9f4e55844b1fe1df7ab350233efd96 | |
parent | 4e4d89343e428a834db7cc43268572daebfd0b04 [diff] |
ThreadPoolAvailableThreads fix. ThreadPoolAvailableThreads would fail occasionally due to slow threads. Sometimes a thread might not arrive on time by the time of asserting. Increased the wait time to 500ms to allow for threads to all arrive and prevent a flake. Bug: 270513342 Test: atest BinderLibTest#ThreadPoolAvailableThreads --iterations 1000 Change-Id: I5924a939304802ce618f52c993cb995c735ba21a