File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -307,9 +307,6 @@ 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
313
310
# By-default GitHub actions execute the "run" shell script with -e option,
314
311
# so the execution terminates if any command returns a non-zero status.
315
312
# Since we're using a loop to run all test-binaries separately, some test
@@ -343,7 +340,6 @@ jobs:
343
340
done
344
341
if [ -n "$status" ]; then
345
342
echo "Failed suite(s): $failed_suites"
346
- echo "Failed suite(s): $failed_suites" >> $GITHUB_STEP_SUMMARY
347
343
exit 1
348
344
fi
349
345
exit 0
You can’t perform that action at this time.
0 commit comments