Skip to content

Commit 4f75526

Browse files
committed
Increase busyWait timeout windows is slow
1 parent 713cccb commit 4f75526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/persistent/TestPersistentTasksPlugin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ protected void nodeOperation(AllocatedPersistentTask task, TestParams params, Pe
338338
assertTrue(awaitBusy(() -> testTask.isCancelled() ||
339339
testTask.getOperation() != null ||
340340
clusterService.lifecycleState() != Lifecycle.State.STARTED, // speedup finishing on closed nodes
341-
30, TimeUnit.SECONDS)); // This can take a while during large cluster restart
341+
45, TimeUnit.SECONDS)); // This can take a while during large cluster restart
342342
if (clusterService.lifecycleState() != Lifecycle.State.STARTED) {
343343
return;
344344
}

0 commit comments

Comments
 (0)