Skip to content

Commit 10b86c3

Browse files
committed
time
1 parent 5dd5899 commit 10b86c3

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
@@ -573,7 +573,7 @@ jobs:
573573
docker-image: ci-image:executorch-ubuntu-22.04-qnn-sdk
574574
submodules: 'recursive'
575575
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
576-
timeout: 90
576+
timeout: 900
577577
script: |
578578
# The generic Linux job chooses to use base env, not the one setup by the image
579579
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")

0 commit comments

Comments
 (0)