Skip to content

Commit 1e1b840

Browse files
Fixed timeout
1 parent 071ad04 commit 1e1b840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tpu/src/test/java/tpu/GetTpuVmIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import org.mockito.MockedStatic;
3535

3636
@RunWith(JUnit4.class)
37-
@Timeout(value = 3)
37+
@Timeout(value = 5)
3838
public class GetTpuVmIT {
3939
private static final String PROJECT_ID = "project-id";
4040
private static final String ZONE = "asia-east1-c";

0 commit comments

Comments
 (0)