Skip to content

Commit 72fef85

Browse files
Revert "[CI] Add timeout limit for SYCL-CTS (#13335)"
This reverts commit 38c5524.
1 parent 65bdffb commit 72fef85

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,6 @@ jobs:
307307
if: inputs.tests_selector == 'cts'
308308
env:
309309
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
313310
# By-default GitHub actions execute the "run" shell script with -e option,
314311
# so the execution terminates if any command returns a non-zero status.
315312
# Since we're using a loop to run all test-binaries separately, some test
@@ -343,7 +340,6 @@ jobs:
343340
done
344341
if [ -n "$status" ]; then
345342
echo "Failed suite(s): $failed_suites"
346-
echo "Failed suite(s): $failed_suites" >> $GITHUB_STEP_SUMMARY
347343
exit 1
348344
fi
349345
exit 0

0 commit comments

Comments
 (0)