Skip to content

Commit 8ed463c

Browse files
Increased timeout to 10 sec
1 parent 1193bfe commit 8ed463c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tpu/src/test/java/tpu/TpuVmIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
import org.mockito.MockedStatic;
4646

4747
@RunWith(JUnit4.class)
48-
@Timeout(value = 3)
48+
@Timeout(value = 10)
4949
public class TpuVmIT {
5050
private static final String PROJECT_ID = "project-id";
5151
private static final String ZONE = "asia-east1-c";

0 commit comments

Comments
 (0)