Skip to content

Commit 780fc01

Browse files
Increased timeout
1 parent d9bca42 commit 780fc01

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
@@ -44,7 +44,7 @@
4444
import org.mockito.MockedStatic;
4545

4646
@RunWith(JUnit4.class)
47-
@Timeout(value = 10)
47+
@Timeout(value = 50)
4848
public class TpuVmIT {
4949
private static final String PROJECT_ID = "project-id";
5050
private static final String ZONE = "asia-east1-c";

0 commit comments

Comments
 (0)