Skip to content

Commit

Permalink
Fix intermittent jBatch test (#5249)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexandrov authored Oct 26, 2022
1 parent 0e879fe commit 4b9269d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void runJob() throws InterruptedException {
assertNotNull(responseJobId, "Response Job Id");

//Wait a bit for it to complete
Thread.sleep(1000);
Thread.sleep(3000);

//Examine the results
jsonObject = webTarget
Expand Down

0 comments on commit 4b9269d

Please sign in to comment.