Skip to content

Commit d1beb8e

Browse files
authored
[CI] Set a time limit for sycl-cts (#18557)
Sometimes the job hangs and reaches the 360m limit.
1 parent d629065 commit d1beb8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,9 @@ jobs:
217217
run-sycl-cts-linux:
218218
needs: [ubuntu2204_build, build-sycl-cts-linux]
219219
if: ${{ always() && !cancelled() && needs.ubuntu2204_build.outputs.build_conclusion == 'success' }}
220+
# Normally these jobs take less than 10m. But sometimes the job hangs up and
221+
# reaches the 360m limit. Set a lower limit to free up the runner earlier.
222+
timeout-minutes: 35
220223
strategy:
221224
fail-fast: false
222225
matrix:

0 commit comments

Comments
 (0)