File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -532,7 +532,7 @@ jobs:
532532 docker-image : ci-image:executorch-ubuntu-22.04-qnn-sdk
533533 submodules : ' recursive'
534534 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
535- timeout : 90
535+ timeout : 900
536536 script : |
537537 # The generic Linux job chooses to use base env, not the one setup by the image
538538 CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
@@ -558,7 +558,7 @@ jobs:
558558 docker-image : ci-image:executorch-ubuntu-22.04-qnn-sdk
559559 submodules : ' recursive'
560560 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
561- timeout : 90
561+ timeout : 900
562562 script : |
563563 # The generic Linux job chooses to use base env, not the one setup by the image
564564 CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
You can’t perform that action at this time.
0 commit comments