We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fe5f80 + c08e471 commit 0c01454Copy full SHA for 0c01454
1 file changed
libs/binder/tests/binderLibTest.cpp
@@ -2261,7 +2261,7 @@ class BinderLibTestService : public BBinder {
2261
if (ret != NO_ERROR) {
2262
return ret;
2263
}
2264
- auto event = frozenStateChangeCallback->events.popWithTimeout(10ms);
+ auto event = frozenStateChangeCallback->events.popWithTimeout(1000ms);
2265
if (!event.has_value()) {
2266
return NOT_ENOUGH_DATA;
2267
0 commit comments