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

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

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

parents 33b853ec 5addbe9b
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) {