Skip to content

Commit aa7c882

Browse files
authored
Increase timeout
1 parent 2a3fd63 commit aa7c882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ jobs:
405405
docker-image: executorch-ubuntu-22.04-qnn-sdk
406406
submodules: 'true'
407407
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
408-
timeout: 90
408+
timeout: 180
409409
script: |
410410
# The generic Linux job chooses to use base env, not the one setup by the image
411411
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")

0 commit comments

Comments
 (0)