mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Increase Docker push timeout limit from 15 to 30m (#138487)
Some images now take more than 15 to finish pushing and keep timing out, for example, https://github.com/pytorch/pytorch/actions/runs/11442231435/job/31832143440 Pull Request resolved: https://github.com/pytorch/pytorch/pull/138487 Approved by: https://github.com/kit1980, https://github.com/atalman, https://github.com/ZainRizvi
This commit is contained in:
2
.github/workflows/docker-builds.yml
vendored
2
.github/workflows/docker-builds.yml
vendored
@ -123,7 +123,7 @@ jobs:
|
||||
IMAGE_NAME: ${{ matrix.docker-image-name }}
|
||||
with:
|
||||
shell: bash
|
||||
timeout_minutes: 15
|
||||
timeout_minutes: 30
|
||||
max_attempts: 5
|
||||
retry_wait_seconds: 90
|
||||
command: |
|
||||
|
Reference in New Issue
Block a user