Skip to content

Commit 25707ea

Browse files
authored
Increase CI timeout (#8173)
init
1 parent 58c725c commit 25707ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull.yml

+2-2
Original file line numberDiff line numberDiff 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]")

0 commit comments

Comments
 (0)