Skip to content

Commit

Permalink
let it run a bit longer
Browse files Browse the repository at this point in the history
  • Loading branch information
efonsell committed Feb 18, 2021
1 parent 928cb3e commit bbd3558
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void startCronWorkflow() {
@Test
@Order(2)
public void letItRunFor5Seconds() throws InterruptedException {
SECONDS.sleep(5);
SECONDS.sleep(10);
}

@Test
Expand Down

0 comments on commit bbd3558

Please sign in to comment.