File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -321,6 +321,9 @@ jobs:
321
321
- name : Run SYCL CTS Tests
322
322
if : inputs.tests_selector == 'cts'
323
323
uses : ./devops/actions/run-tests/cts
324
+ # Normally this job takes less than 10m. But sometimes it hangs up and
325
+ # reaches the 360m limit. Set a lower limit to free up the runner earlier.
326
+ timeout-minutes : 35
324
327
with :
325
328
ref : ${{ inputs.tests_ref || 'main' }}
326
329
cts_exclude_ref : ${{ inputs.repo_ref }}
Original file line number Diff line number Diff line change @@ -217,9 +217,6 @@ jobs:
217
217
run-sycl-cts-linux :
218
218
needs : [ubuntu2204_build, build-sycl-cts-linux]
219
219
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
223
220
strategy :
224
221
fail-fast : false
225
222
matrix :
You can’t perform that action at this time.
0 commit comments