Skip to content

Commit 770e4cc

Browse files
huydhnfacebook-github-bot
authored andcommitted
Increase the job timeout duration from 30m to 60m (#218)
Summary: I see the large model `resnes50` testing timing out after 30m, i.e. https://github.com/pytorch/executorch/actions/runs/6092644935/job/16531150306, it must be close to that. So, I preemptively increase the timeout to 60m. Pull Request resolved: #218 Test Plan: GitHub OSS CI Reviewed By: kirklandsign Differential Revision: D49021821 Pulled By: huydhn fbshipit-source-id: 5d17044a0fad346e5f39c27285c05f822e7e52f2
1 parent f3c4edc commit 770e4cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
docker-image: executorch-ubuntu-22.04-clang12
4848
submodules: 'true'
4949
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
50+
timeout: 60
5051
script: |
5152
PYTHON_VERSION=3.10
5253
# TODO: Figure out why /opt/conda/envs/py_$PYTHON_VERSION/bin is not in the path
@@ -73,6 +74,7 @@ jobs:
7374
runner: macos-m1-12
7475
submodules: 'true'
7576
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
77+
timeout: 60
7678
script: |
7779
WORKSPACE=$(pwd)
7880
pushd "${WORKSPACE}/pytorch/executorch"

0 commit comments

Comments
 (0)