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

Commit 0c014546 authored by Yu-Ting Tseng's avatar Yu-Ting Tseng Committed by Gerrit Code Review
Browse files

Merge "Fix binderLibTest flakiness" into main

parents 9fe5f80e c08e4710
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;
                }