Skip to content

Commit 756c709

Browse files
authored
Increase docker time limit (#16212)
docker-build (linux.4xlarge, executorch-ubuntu-22.04-gcc9) is timing out after 30 minutes https://github.com/pytorch/executorch/actions/runs/20146171047/job/57827065017
1 parent 1aeaeb6 commit 756c709

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-builds.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070

7171
- name: Build docker image
7272
id: build-docker-image
73+
timeout-minutes: 45
7374
uses: pytorch/test-infra/.github/actions/calculate-docker-image@main
7475
with:
7576
docker-image-name: ci-image:${{ matrix.docker-image-name }}

0 commit comments

Comments
 (0)