Skip to content

Commit ae51af1

Browse files
Fixed tests
1 parent 8ed463c commit ae51af1

File tree

2 files changed

+1
-71
lines changed

2 files changed

+1
-71
lines changed

tpu/src/test/java/tpu/CreateTpuIT.java

Lines changed: 0 additions & 70 deletions
This file was deleted.

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 = 10)
48+
@Timeout(value = 3)
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)