Skip to content

Commit 7c6ed3c

Browse files
Increased timeout
1 parent 1c0453d commit 7c6ed3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
import org.mockito.MockedStatic;
4242

4343
@RunWith(JUnit4.class)
44-
@Timeout(value = 5)
44+
@Timeout(value = 1, unit = TimeUnit.MINUTES)
4545
public class InstanceAttachDiskIT {
4646
private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT");
4747
private static final String ZONE = "us-west1-a";

0 commit comments

Comments
 (0)