Skip to content

Commit d7c279b

Browse files
authored
[CI] Set e2e test timeout to 1 hour (#17748)
We have it in `LIT_OPTS` already but we see sometimes it doesn't work, let's try this. --------- Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 8113cb9 commit d7c279b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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: 60
284285
with:
285286
ref: ${{ inputs.tests_ref || inputs.repo_ref || github.sha }}
286287
binaries_artifact: ${{ inputs.e2e_binaries_artifact }}

0 commit comments

Comments
 (0)