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

Commit c08e4710 authored by Yu-Ting Tseng's avatar Yu-Ting Tseng
Browse files

Fix binderLibTest flakiness

Increase the timeout waiting for the initial frozen state notification
from 10ms to 1000ms.

Test: atest binderLibTest
Bug: 370284472
Flag: TEST_ONLY
Change-Id: I65264994dec6fa98deab26a536906d14ef37f18a
parent 357c2ed3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2261,7 +2261,7 @@ public:
                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;
                }