Skip to content

Commit 2468504

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

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ jobs:
281281
- name: Run E2E Tests
282282
if: inputs.tests_selector == 'e2e'
283283
uses: ./devops/actions/run-tests/e2e
284+
timeout-minutes: 65
284285
with:
285286
ref: ${{ inputs.tests_ref || inputs.repo_ref || github.sha }}
286287
binaries_artifact: ${{ inputs.e2e_binaries_artifact }}

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

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

2222
runs:
2323
using: "composite"
24-
timeout-minutes: 65
2524
steps:
2625
- name: Checkout E2E tests
2726
uses: ./devops/actions/cached_checkout

0 commit comments

Comments
 (0)