Skip to content

Commit bc2d053

Browse files
SNAPSHOT: Increase Timeout to Stabilize Test (#36294)
* 30s is pretty close here, most runs take 25s of the timeout making the test unstable * closes #36283
1 parent a8d6234 commit bc2d053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/snapshots/DedicatedClusterSnapshotRestoreIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ public void testDataNodeRestartWithBusyMasterDuringSnapshot() throws Exception {
12151215
assertEquals(1, snapshotsStatusResponse.getSnapshots().size());
12161216
SnapshotInfo snapshotInfo = snapshotsStatusResponse.getSnapshots().get(0);
12171217
assertTrue(snapshotInfo.state().toString(), snapshotInfo.state().completed());
1218-
}, 30, TimeUnit.SECONDS);
1218+
}, 60L, TimeUnit.SECONDS);
12191219
}
12201220

12211221
private long calculateTotalFilesSize(List<Path> files) {

0 commit comments

Comments
 (0)