Skip to content

Commit 5addbe9

Browse files
Treehugger Robotandroid-build-merge-worker-robot
authored andcommitted
Merge "binderUtilsHostTest: prevent flake" into main am: d3fb93f
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3433203 Change-Id: I8a5a18a793a3183bd9d99889df6a2696a8190aef Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2 parents ef53884 + d3fb93f commit 5addbe9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libs/binder/tests/binderUtilsHostTest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ TEST(UtilsHost, ExecuteLongRunning2) {
8989
}
9090

9191
// ~CommandResult() called, child process is killed.
92-
// Assert that the second sleep does not finish.
93-
EXPECT_LT(millisSince(start), 6000);
92+
// Assert that the last sleep does not finish.
93+
EXPECT_LT(millisSince(start), 8000);
9494
}
9595

9696
TEST(UtilsHost, KillWithSigKill) {

0 commit comments

Comments
 (0)