Skip to content

Commit

Permalink
Increase sleep to avoid random failures
Browse files Browse the repository at this point in the history
  • Loading branch information
gmokki committed Mar 5, 2020
1 parent bd1f12b commit 23c9e7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void createWorkflows() {
@Test
@Order(4)
public void waitForCleanup() throws InterruptedException {
SECONDS.sleep(6);
SECONDS.sleep(8);
}

@Test
Expand Down

0 comments on commit 23c9e7f

Please sign in to comment.