Loading libs/binder/tests/binderLibTest.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
libs/binder/tests/binderLibTest.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading