Skip to content

Commit

Permalink
#678 fix unstable test case
Browse files Browse the repository at this point in the history
  • Loading branch information
kfchu committed Feb 20, 2020
1 parent 3c4af53 commit c7811ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public void updateShowNormalLog() throws Exception {

Thread.sleep(1 * 1000);
enableJob(jobName);
Thread.sleep(2000);
Thread.sleep(4000);

doReport(jobName);

Expand Down

0 comments on commit c7811ab

Please sign in to comment.