From 196d177307cfa2970d3e5f089a35cd64e54b5738 Mon Sep 17 00:00:00 2001 From: Brandur Date: Sat, 9 Sep 2023 17:38:46 -0700 Subject: [PATCH] Bump to 20 minutes timeout --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a36505cc..9ab8bd20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: deploy_dev: runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 20 if: github.ref == 'refs/heads/master' env: @@ -207,7 +207,7 @@ jobs: deploy_prod: runs-on: ubuntu-latest - timeout-minutes: 15 + timeout-minutes: 20 if: github.ref == 'refs/heads/master' env: