Skip to content

Commit f1c7654

Browse files
committed
Original timeout
1 parent 18ce410 commit f1c7654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trunk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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]")

0 commit comments

Comments
 (0)