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 c04e5db commit d585328Copy full SHA for d585328
.github/workflows/sycl-windows-run-tests.yml
@@ -181,7 +181,7 @@ jobs:
181
if: inputs.tests_selector == 'e2e'
182
shell: bash {0}
183
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 }}
+ 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 }}
185
run: |
186
# Run E2E tests.
187
if [[ ${{inputs.compiler}} == 'icx' ]]; then
0 commit comments