File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ jobs:
212
212
docker-image : executorch-ubuntu-22.04-clang12
213
213
submodules : ' true'
214
214
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
215
- timeout : 90
215
+ timeout : 180
216
216
script : |
217
217
# The generic Linux job chooses to use base env, not the one setup by the image
218
218
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
@@ -535,7 +535,7 @@ jobs:
535
535
docker-image : executorch-ubuntu-22.04-clang12
536
536
submodules : ' true'
537
537
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
538
- timeout : 90
538
+ timeout : 180
539
539
script : |
540
540
# The generic Linux job chooses to use base env, not the one setup by the image
541
541
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
You can’t perform that action at this time.
0 commit comments