File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
devops/actions/run-tests/e2e Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ inputs:
2121
2222runs :
2323 using : " composite"
24+ timeout-minutes : 65
2425 steps :
2526 - name : Checkout E2E tests
2627 uses : ./devops/actions/cached_checkout
5859 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 }}
5960 - name : SYCL End-to-end tests
6061 shell : bash {0}
61- timeout-minutes : 60
6262 env :
6363 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 }}
6464 run : |
You can’t perform that action at this time.
0 commit comments