Skip to content

Commit 244faf5

Browse files
committed
maybe fix
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent a63683e commit 244faf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ inputs:
2121

2222
runs:
2323
using: "composite"
24+
timeout-minutes: 65
2425
steps:
2526
- name: Checkout E2E tests
2627
uses: ./devops/actions/cached_checkout
@@ -58,7 +59,6 @@ runs:
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: |

0 commit comments

Comments
 (0)