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

Commit 5addbe9b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "binderUtilsHostTest: prevent flake" into main am: d3fb93fb

parents ef538844 d3fb93fb
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) {