Skip to content

Commit b3177da

Browse files
apaszkeGoogle-ML-Automation
authored andcommitted
Raise the timeout for Cloud TPU nightly CI
The tests are uncomfortably close to the timeout boundary and do time out at HEAD. PiperOrigin-RevId: 706759267
1 parent a2e9699 commit b3177da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cloud-tpu-ci-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
PYTHON: python${{ matrix.python-version }}
3939
runs-on: ${{ matrix.tpu.runner }}
4040
container: "us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build:latest"
41-
timeout-minutes: 120
41+
timeout-minutes: 180
4242
defaults:
4343
run:
4444
shell: bash -ex {0}

0 commit comments

Comments
 (0)