Skip to content

Commit d3fb93f

Browse files
Treehugger RobotGerrit Code Review
authored andcommitted
Merge "binderUtilsHostTest: prevent flake" into main
2 parents 7e6edf5 + 54e5f25 commit d3fb93f

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)