commit | 0c01454656d28d34b9b24b0e647c4fc03356ca66 | [log] [tgz] |
---|---|---|
author | Yu-Ting Tseng <yutingtseng@google.com> | Fri Oct 11 19:43:20 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Oct 11 19:43:20 2024 +0000 |
tree | cd1527283589beaa7d969303cb62ae5270560961 | |
parent | 9fe5f80e57c05ae97af57b8a451af012009b30f2 [diff] | |
parent | c08e4710aa027e31243ed6dcf539d50b71b3ea7d [diff] |
Merge "Fix binderLibTest flakiness" into main
diff --git a/libs/binder/tests/binderLibTest.cpp b/libs/binder/tests/binderLibTest.cpp index bcab6de..ec2f50c 100644 --- a/libs/binder/tests/binderLibTest.cpp +++ b/libs/binder/tests/binderLibTest.cpp
@@ -2261,7 +2261,7 @@ if (ret != NO_ERROR) { return ret; } - auto event = frozenStateChangeCallback->events.popWithTimeout(10ms); + auto event = frozenStateChangeCallback->events.popWithTimeout(1000ms); if (!event.has_value()) { return NOT_ENOUGH_DATA; }