Skip to content

Commit

Permalink
Extends sleep period to avoid breaking a build
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Jan 19, 2024
1 parent 3a1a89a commit 9a6411c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public void testMultipleProcesses() throws InterruptedException {
executor.execute(bp);
}

Thread.sleep(500);
Thread.sleep(800);

for (BackgroundProcess bp : bps) {
assertTrue("Process is still active: " + bp, bp.isDone());
Expand Down

0 comments on commit 9a6411c

Please sign in to comment.