Skip to content

Commit

Permalink
fix test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sakthivelmanii committed Dec 16, 2024
1 parent 9faac07 commit 321c7d6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.PrintStream;
import java.time.Duration;
import java.util.UUID;
import java.util.concurrent.TimeUnit;
import java.util.function.Predicate;
Expand Down Expand Up @@ -590,6 +591,7 @@ public void testEncryptedDatabaseAndBackupSamples() throws Exception {
} finally {
// Delete the backups from the test instance first, as the instance can only be deleted once
// all backups have been deleted.
Uninterruptibles.sleepUninterruptibly(60, TimeUnit.SECONDS);
System.out.println("Deleting backups ...");
deleteAllBackups(instanceId);
instanceAdminClient.deleteInstance(instanceId);
Expand Down

0 comments on commit 321c7d6

Please sign in to comment.