Skip to content

Commit 0c01454

Browse files
Yu-Ting TsengGerrit Code Review
authored andcommitted
Merge "Fix binderLibTest flakiness" into main
2 parents 9fe5f80 + c08e471 commit 0c01454

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/binder/tests/binderLibTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2261,7 +2261,7 @@ class BinderLibTestService : public BBinder {
22612261
if (ret != NO_ERROR) {
22622262
return ret;
22632263
}
2264-
auto event = frozenStateChangeCallback->events.popWithTimeout(10ms);
2264+
auto event = frozenStateChangeCallback->events.popWithTimeout(1000ms);
22652265
if (!event.has_value()) {
22662266
return NOT_ENOUGH_DATA;
22672267
}

0 commit comments

Comments
 (0)