Skip to content

Commit a63683e

Browse files
committed
[CI] Set e2e test timeout to 1 hour
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 5987b9a commit a63683e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ runs:
5858
cmake -GNinja -B./build-e2e -S./llvm/sycl/test-e2e -DCMAKE_CXX_COMPILER="${{ inputs.cxx_compiler || '$(which clang++)'}}" -DLLVM_LIT="$PWD/llvm/llvm/utils/lit/lit.py" ${{ steps.cmake_opts.outputs.opts }}
5959
- name: SYCL End-to-end tests
6060
shell: bash {0}
61+
timeout-minutes: 60
6162
env:
6263
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.testing_mode }} --param sycl_devices=${{ inputs.target_devices }} ${{ inputs.extra_lit_opts }}
6364
run: |

0 commit comments

Comments
 (0)