Skip to content

Commit 1e9feb3

Browse files
a-wainuclearcat
authored andcommitted
config: jobs-chromeos: set large timeout for tast-decoder-chromestack
With recent CrOS versions, those jobs can run for a veeery long time (> 2hrs). Increase the job timeout to 3 hrs so we can finally get meaningful results. Signed-off-by: Arnaud Ferraris <[email protected]>
1 parent 6e1a075 commit 1e9feb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/jobs-chromeos.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ _anchors:
7676
# Those always fail on all platforms
7777
- video.ChromeStackDecoderVerification.hevc_main
7878
- video.ChromeStackDecoderVerification.vp9_0_svc
79+
# Those jobs can run for a very long time, so we need a very large timeout
80+
job_timeout: 180
7981

8082
tast-decoder-v4l2-sf-h264: &tast-decoder-v4l2-sf-h264-job
8183
<<: *tast-job
@@ -646,4 +648,4 @@ jobs:
646648
watchdog-reset-arm64-mediatek: *watchdog-reset-job
647649
watchdog-reset-arm64-qualcomm: *watchdog-reset-job
648650
watchdog-reset-x86-amd: *watchdog-reset-job
649-
watchdog-reset-x86-intel: *watchdog-reset-job
651+
watchdog-reset-x86-intel: *watchdog-reset-job

0 commit comments

Comments
 (0)