From d3488c322b731a58585ee536593d813ae2987ed6 Mon Sep 17 00:00:00 2001 From: Santiago Bernal Date: Mon, 8 Jul 2024 17:39:37 -0500 Subject: [PATCH] Update pre-deploy.yml update build timeout limit from 5 to 10 minutes --- .github/workflows/pre-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-deploy.yml b/.github/workflows/pre-deploy.yml index 20ff9acd2..b4a64580f 100644 --- a/.github/workflows/pre-deploy.yml +++ b/.github/workflows/pre-deploy.yml @@ -48,7 +48,7 @@ jobs: name: Build needs: [format] runs-on: ubuntu-latest - timeout-minutes: 5 + timeout-minutes: 10 steps: - name: Checkout branch uses: actions/checkout@v4