Skip to content

Commit 07c2ba7

Browse files
Martin Lindströmoscarandersson8218
authored andcommitted
Arm backend: Increase timeout of arm-test in trunk
Previously we were just a few minutes off the 90 minute timeout. With per-channel quantizaiton enabled by defualt it seems that we exceed that limit consistently. This patch increases the timeout to 120 minutes. Change-Id: I20f3fb369329dd51e95ffec667617afe93c50aa3 Signed-off-by: Oscar Andersson <[email protected]>
1 parent c9e95f8 commit 07c2ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
docker-image: executorch-ubuntu-22.04-arm-sdk
198198
submodules: 'recursive'
199199
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
200-
timeout: 90
200+
timeout: 120
201201
script: |
202202
# The generic Linux job chooses to use base env, not the one setup by the image
203203
CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")

0 commit comments

Comments
 (0)