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 5dd5899 commit 10b86c3Copy full SHA for 10b86c3
.github/workflows/pull.yml
@@ -573,7 +573,7 @@ jobs:
573
docker-image: ci-image:executorch-ubuntu-22.04-qnn-sdk
574
submodules: 'recursive'
575
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
576
- timeout: 90
+ timeout: 900
577
script: |
578
# The generic Linux job chooses to use base env, not the one setup by the image
579
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
0 commit comments