We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3fd63 commit aa7c882Copy full SHA for aa7c882
.github/workflows/pull.yml
@@ -405,7 +405,7 @@ jobs:
405
docker-image: executorch-ubuntu-22.04-qnn-sdk
406
submodules: 'true'
407
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
408
- timeout: 90
+ timeout: 180
409
script: |
410
# The generic Linux job chooses to use base env, not the one setup by the image
411
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
0 commit comments