Skip to content

Commit d585328

Browse files
authored
[CI] Set timeout for running Windows prebuilt tests (#18167)
Should help hangs. Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent c04e5db commit d585328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
if: inputs.tests_selector == 'e2e'
182182
shell: bash {0}
183183
env:
184-
LIT_OPTS: -v --no-progress-bar --show-unsupported --show-pass --show-xfail --max-time 3600 --time-tests --param print_features=True --param test-mode=${{ inputs.e2e_testing_mode }} ${{ inputs.extra_lit_opts }}
184+
LIT_OPTS: -v --no-progress-bar --show-unsupported --show-pass --show-xfail --max-time ${{ inputs.e2e_testing_mode == 'run-only' && 1200 || 3600 }} --time-tests --param print_features=True --param test-mode=${{ inputs.e2e_testing_mode }} ${{ inputs.extra_lit_opts }}
185185
run: |
186186
# Run E2E tests.
187187
if [[ ${{inputs.compiler}} == 'icx' ]]; then

0 commit comments

Comments
 (0)