From 10dd04cdd0a229f01fe15b61afa3463337787701 Mon Sep 17 00:00:00 2001 From: Carter Jernigan Date: Mon, 7 Mar 2022 13:11:53 -0500 Subject: [PATCH] Increase GitHub Actions build timeout --- .github/workflows/deploy.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f827b214..b4fc705a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -68,7 +68,7 @@ jobs: uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 - name: Setup id: setup - timeout-minutes: 8 + timeout-minutes: 12 uses: ./.github/actions/setup - name: Authenticate to Google Cloud for Google Play id: auth_google_play diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index ed5cd2ac..05fd56d1 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 - name: Setup id: setup - timeout-minutes: 8 + timeout-minutes: 12 uses: ./.github/actions/setup check_secrets: