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 94902e4 commit b95be9eCopy full SHA for b95be9e
devops/actions/run-tests/cts/action.yml
@@ -128,9 +128,6 @@ runs:
128
if: (always() && !cancelled()) && inputs.cts_testing_mode != 'build-only'
129
env:
130
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
134
# By-default GitHub actions execute the "run" shell script with -e option,
135
# so the execution terminates if any command returns a non-zero status.
136
# Since we're using a loop to run all test-binaries separately, some test
0 commit comments