Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3fb93fb authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "binderUtilsHostTest: prevent flake" into main

parents 7e6edf5c 54e5f257
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -89,8 +89,8 @@ TEST(UtilsHost, ExecuteLongRunning2) {
    }

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

TEST(UtilsHost, KillWithSigKill) {