Skip to content

Commit

Permalink
Merge pull request #849 from apache/fix/longer-sleep
Browse files Browse the repository at this point in the history
Extends sleep period to avoid breaking a build
  • Loading branch information
lukaszlenart authored Jan 19, 2024
2 parents 3a1a89a + 9a6411c commit dd0f0b0
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 dd0f0b0

Please sign in to comment.