Skip to content

Commit bdcc8f9

Browse files
committed
Trim timeout
1 parent 6bd1aa9 commit bdcc8f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-pytorch_dockers.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)