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:
Huy Do
2024-10-21 19:44:52 +00:00
committed by PyTorch MergeBot
parent 32d4582e02
commit 41f7d01ccf

View File

@ -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: |