Skip to content

Commit 2a8669c

Browse files
seemetherepytorchmergebot
authored andcommitted
ci: Increase timeout for linux binary builds (pytorch#92859)
Not entirely sure why conda builds would take 3 hours but failure from https://github.com/pytorch/pytorch/actions/runs/3984411372/jobs/6842256518 seems to indicate that this isn't an issue with the build itself but rather the time limit. We should _probably_ do an investigation as to why the conda build is taking 3+ hours on a 12 core machine but that's a problem for a different day. Signed-off-by: Eli Uriegas <[email protected]> Pull Request resolved: pytorch#92859 Approved by: https://github.com/ZainRizvi, https://github.com/atalman, https://github.com/malfet
1 parent 402c6d4 commit 2a8669c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_binary-build-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ on:
6868
jobs:
6969
build:
7070
runs-on: linux.12xlarge
71-
timeout-minutes: 150
71+
timeout-minutes: 180
7272
env:
7373
PYTORCH_ROOT: ${{ inputs.PYTORCH_ROOT }}
7474
BUILDER_ROOT: ${{ inputs.BUILDER_ROOT }}

0 commit comments

Comments
 (0)