Skip to content

Commit edc7146

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

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)