Skip to content

Commit 9c6dc48

Browse files
Added timeout
1 parent 834d52a commit 9c6dc48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compute/cloud-client/src/test/java/compute/disks/ConsistencyGroupIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public static void setUp() throws Exception {
8484
public static void cleanUp()
8585
throws IOException, ExecutionException, InterruptedException, TimeoutException {
8686
StopDiskReplication.stopDiskAsyncReplication(PROJECT_ID, REGION, DISK_NAME);
87+
TimeUnit.SECONDS.sleep(30);
8788
StopDiskReplication.stopDiskAsyncReplication(
8889
PROJECT_ID, REGION_SECONDARY, SECONDARY_REGIONAL_DISK);
8990

0 commit comments

Comments
 (0)