From 1d485988ea3ccb13101d930202e2d54a61733d0a Mon Sep 17 00:00:00 2001 From: Zach Shilton <4624598+zchsh@users.noreply.github.com> Date: Thu, 18 Mar 2021 15:31:04 -0400 Subject: [PATCH] website: bump timeout for vercel build polling --- .github/workflows/linkchecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linkchecker.yml b/.github/workflows/linkchecker.yml index 0eaa2d774..5314f7325 100644 --- a/.github/workflows/linkchecker.yml +++ b/.github/workflows/linkchecker.yml @@ -7,7 +7,7 @@ name: Check markdown links on modified website files jobs: vercel-deployment-poll: runs-on: ubuntu-latest - timeout-minutes: 3 #cancel job if no deployment is found within x minutes + timeout-minutes: 5 #cancel job if no deployment is found within x minutes outputs: url: ${{ steps.waitForVercelPreviewDeployment.outputs.url }} steps: