File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ jobs:
185185 file : dockers/base-ipu/Dockerfile
186186 push : ${{ env.PUSH_TO_HUB }}
187187 tags : pytorchlightning/pytorch_lightning:base-ipu-py${{ matrix.python_version }}-torch${{ matrix.pytorch_version }}
188- timeout-minutes : 120
188+ timeout-minutes : 100
189189 - uses : docker/build-push-action@v2
190190 with :
191191 build-args : |
@@ -194,7 +194,7 @@ jobs:
194194 file : dockers/ci-runner-ipu/Dockerfile
195195 push : ${{ env.PUSH_TO_HUB }}
196196 tags : pytorchlightning/pytorch_lightning:ipu-ci-runner-py${{ matrix.python_version }}
197- timeout-minutes : 120
197+ timeout-minutes : 10
198198 - uses : ravsamhq/notify-slack-action@v1
199199 if : failure() && env.PUSH_TO_HUB == 'true'
200200 with :
@@ -230,7 +230,7 @@ jobs:
230230 file : dockers/ci-runner-hpu/Dockerfile
231231 push : ${{ env.PUSH_TO_HUB }}
232232 tags : pytorchlightning/pytorch_lightning:hpu-ci-runner-gaudi${{ matrix.gaudi_version }}
233- timeout-minutes : 55
233+ timeout-minutes : 10
234234 - uses : ravsamhq/notify-slack-action@v1
235235 if : failure() && env.PUSH_TO_HUB == 'true'
236236 with :
You can’t perform that action at this time.
0 commit comments