We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e6edf5 + 54e5f25 commit d3fb93fCopy full SHA for d3fb93f
1 file changed
libs/binder/tests/binderUtilsHostTest.cpp
@@ -89,8 +89,8 @@ TEST(UtilsHost, ExecuteLongRunning2) {
89
}
90
91
// ~CommandResult() called, child process is killed.
92
- // Assert that the second sleep does not finish.
93
- EXPECT_LT(millisSince(start), 6000);
+ // Assert that the last sleep does not finish.
+ EXPECT_LT(millisSince(start), 8000);
94
95
96
TEST(UtilsHost, KillWithSigKill) {
0 commit comments