Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranjith Ramachandra committed Sep 2, 2023
1 parent 59a0120 commit b2eeda9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1054,7 +1054,7 @@ public void testSnapshotTotalAndIncrementalSizes() throws Exception {
// drop 1st one to avoid miscalculation as snapshot reuses some files of prev snapshot
assertAcked(startDeleteSnapshot(repositoryName, snapshot0).get());

Thread.sleep(10000);
Thread.sleep(5000);

response = clusterAdmin().prepareSnapshotStatus(repositoryName).setSnapshots(snapshot1).get();

Expand Down

0 comments on commit b2eeda9

Please sign in to comment.