diff --git a/.github/workflows/self_hosted_e2e.yaml b/.github/workflows/self_hosted_e2e.yaml index 7dc8f0c74..4188ce421 100644 --- a/.github/workflows/self_hosted_e2e.yaml +++ b/.github/workflows/self_hosted_e2e.yaml @@ -159,7 +159,7 @@ jobs: shell: bash - name: Set the test timeout - MacOS if: matrix.os == 'macos-latest-large' - run: echo "E2E_SH_TEST_TIMEOUT=30m" >> $GITHUB_ENV + run: echo "E2E_SH_TEST_TIMEOUT=40m" >> $GITHUB_ENV - name: Run E2E tests with GHCR # runs every 6hrs if: github.event.schedule == '0 */6 * * *'