We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d629065 commit d1beb8eCopy full SHA for d1beb8e
.github/workflows/sycl-nightly.yml
@@ -217,6 +217,9 @@ jobs:
217
run-sycl-cts-linux:
218
needs: [ubuntu2204_build, build-sycl-cts-linux]
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
strategy:
224
fail-fast: false
225
matrix:
0 commit comments