File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -307,6 +307,9 @@ jobs:
307
307
if : inputs.tests_selector == 'cts'
308
308
env :
309
309
ONEAPI_DEVICE_SELECTOR : ${{ inputs.target_devices }}
310
+ # This job takes ~100min usually. But sometimes some test isn't
311
+ # responding, so the job reaches the 360min limit. Setting a lower one.
312
+ timeout-minutes : 150
310
313
# By-default GitHub actions execute the "run" shell script with -e option,
311
314
# so the execution terminates if any command returns a non-zero status.
312
315
# Since we're using a loop to run all test-binaries separately, some test
@@ -340,6 +343,7 @@ jobs:
340
343
done
341
344
if [ -n "$status" ]; then
342
345
echo "Failed suite(s): $failed_suites"
346
+ echo "Failed suite(s): $failed_suites" >> $GITHUB_STEP_SUMMARY
343
347
exit 1
344
348
fi
345
349
exit 0
You can’t perform that action at this time.
0 commit comments