From 130f52e6b793c72b81deec71d7139528f27a8919 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 1 Dec 2022 12:28:58 -0700 Subject: [PATCH] chore: increase timeout --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index df8b634ef..52c5239d2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -296,7 +296,7 @@ jobs: name: Run e2e tests needs: build runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 25 steps: - name: Checkout repo uses: actions/checkout@v3