Skip to content

Commit 35baa16

Browse files
added timeout to DeleteProtectionIT
1 parent 865f755 commit 35baa16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compute/cloud-client/src/test/java/compute/deleteprotection/DeleteProtectionIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public static void setup()
6767

6868
// Cleanup existing test instances.
6969
Util.cleanUpExistingInstances("delete-protect-test-instance", PROJECT_ID, ZONE);
70+
TimeUnit.SECONDS.sleep(30);
7071

7172
INSTANCE_NAME = "delete-protect-test-instance" + UUID.randomUUID().toString().split("-")[0];
7273
// Create Instance with Delete Protection.

0 commit comments

Comments
 (0)