Skip to content

Commit bd035af

Browse files
authored
Fix TPU CI (#12419)
1 parent 905a4d8 commit bd035af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
docker:
117117
- image: circleci/python:3.7
118118
environment:
119-
- XLA_VER: 1.8
119+
- XLA_VER: 1.9
120120
- PYTHON_VER: 3.7
121121
- MAX_CHECKS: 240
122122
- CHECK_SPEEP: 5

dockers/tpu-tests/tpu_test_cases.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ local tputests = base.BaseTest {
88
mode: 'postsubmit',
99
configMaps: [],
1010

11-
timeout: 900, # 15 minutes, in seconds.
11+
timeout: 1200, # 20 minutes, in seconds.
1212

1313
image: 'pytorchlightning/pytorch_lightning',
1414
imageTag: 'base-xla-py{PYTHON_VERSION}-torch{PYTORCH_VERSION}',

0 commit comments

Comments
 (0)