Skip to content

Commit

Permalink
No timeout possible, it seems
Browse files Browse the repository at this point in the history
  • Loading branch information
aelovikov-intel committed Jan 22, 2025
1 parent 94902e4 commit b95be9e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions devops/actions/run-tests/cts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ runs:
if: (always() && !cancelled()) && inputs.cts_testing_mode != 'build-only'
env:
ONEAPI_DEVICE_SELECTOR: ${{ inputs.target_devices }}
# This job takes ~100min usually. But sometimes some test isn't
# responding, so the job reaches the 360min limit. Setting a lower one.
timeout-minutes: 150
# By-default GitHub actions execute the "run" shell script with -e option,
# so the execution terminates if any command returns a non-zero status.
# Since we're using a loop to run all test-binaries separately, some test
Expand Down

0 comments on commit b95be9e

Please sign in to comment.