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..3ddd21849372 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 @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2017, 2020 IBM Corporation and others. + * Copyright (c) 2017, 2025 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License 2.0 * which accompanies this distribution, and is available at @@ -106,7 +106,7 @@ public static void setUp() throws Exception { originalConfig = server.getServerConfiguration(); ServerConfiguration config = originalConfig.clone(); PersistentExecutor myPersistentExecutor = config.getPersistentExecutors().getBy("jndiName", "concurrent/myPersistentExecutor"); - myPersistentExecutor.setMissedTaskThreshold("10s"); + myPersistentExecutor.setMissedTaskThreshold("45s"); myPersistentExecutor.setExtraAttribute("ignore.minimum.for.test.use.only", "true"); server.updateServerConfiguration(config);