website: bump timeout for vercel build polling

This commit is contained in:
Zach Shilton 2021-03-18 15:31:04 -04:00
parent de12cd318d
commit 1d485988ea
No known key found for this signature in database
GPG key ID: 487BAB946192712E

View file

@ -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: