Skip to content

Commit ca24c84

Browse files
committed
Align timeout with qnn llama
1 parent 18379d9 commit ca24c84

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
@@ -450,7 +450,7 @@ jobs:
450450
docker-image: executorch-ubuntu-22.04-qnn-sdk
451451
submodules: 'true'
452452
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
453-
timeout: 180
453+
timeout: 900
454454
script: |
455455
# The generic Linux job chooses to use base env, not the one setup by the image
456456
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")

0 commit comments

Comments
 (0)