Skip to content

Commit b95be9e

Browse files
No timeout possible, it seems
1 parent 94902e4 commit b95be9e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

devops/actions/run-tests/cts/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ runs:
128128
if: (always() && !cancelled()) && inputs.cts_testing_mode != 'build-only'
129129
env:
130130
ONEAPI_DEVICE_SELECTOR: ${{ inputs.target_devices }}
131-
# This job takes ~100min usually. But sometimes some test isn't
132-
# responding, so the job reaches the 360min limit. Setting a lower one.
133-
timeout-minutes: 150
134131
# By-default GitHub actions execute the "run" shell script with -e option,
135132
# so the execution terminates if any command returns a non-zero status.
136133
# Since we're using a loop to run all test-binaries separately, some test

0 commit comments

Comments
 (0)