File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ jobs:
212212 docker-image : executorch-ubuntu-22.04-clang12
213213 submodules : ' true'
214214 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
215- timeout : 90
215+ timeout : 180
216216 script : |
217217 # The generic Linux job chooses to use base env, not the one setup by the image
218218 CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
@@ -535,7 +535,7 @@ jobs:
535535 docker-image : executorch-ubuntu-22.04-clang12
536536 submodules : ' true'
537537 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
538- timeout : 90
538+ timeout : 180
539539 script : |
540540 # The generic Linux job chooses to use base env, not the one setup by the image
541541 CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
You can’t perform that action at this time.
0 commit comments