Skip to content

Commit

Permalink
Increasing timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
pardhivkrishna committed Jan 16, 2025
1 parent 166e59a commit 5ebb3a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public static void tearDown() throws Exception {
runInServlet("verifyTasksRunMultipleTimes");
} finally {
// wait for tasks to stop running
long waitForTaskCompletions = TimeUnit.SECONDS.toMillis(10);
long waitForTaskCompletions = TimeUnit.SECONDS.toMillis(60);
Thread.sleep(waitForTaskCompletions);
server.stopServer("CWWKC1511W.*CancellationException" // task execution failed because it was canceled
);
Expand Down

0 comments on commit 5ebb3a5

Please sign in to comment.