diff --git a/dev/com.ibm.ws.concurrent.persistent_fat_locking/fat/src/com/ibm/ws/concurrent/persistent/fat/locking/PXLockTestWithFailoverEnabled.java b/dev/com.ibm.ws.concurrent.persistent_fat_locking/fat/src/com/ibm/ws/concurrent/persistent/fat/locking/PXLockTestWithFailoverEnabled.java index 3560c01cb0a0..bc5b36d49771 100644 --- a/dev/com.ibm.ws.concurrent.persistent_fat_locking/fat/src/com/ibm/ws/concurrent/persistent/fat/locking/PXLockTestWithFailoverEnabled.java +++ b/dev/com.ibm.ws.concurrent.persistent_fat_locking/fat/src/com/ibm/ws/concurrent/persistent/fat/locking/PXLockTestWithFailoverEnabled.java @@ -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 );