Skip to content

Commit a4006ea

Browse files
committed
Increase workflow timelimit
Signed-off-by: joshvanl <[email protected]>
1 parent 7c594d3 commit a4006ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/self_hosted_e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
shell: bash
132132
- name: Set the test timeout - MacOS
133133
if: matrix.os == 'macos-14-large'
134-
run: echo "E2E_SH_TEST_TIMEOUT=30m" >> $GITHUB_ENV
134+
run: echo "E2E_SH_TEST_TIMEOUT=40m" >> $GITHUB_ENV
135135
- name: Run E2E tests with GHCR
136136
# runs every 6hrs
137137
if: github.event.schedule == '0 */6 * * *'

0 commit comments

Comments
 (0)