Skip to content

Commit

Permalink
website: bump timeout for vercel build polling
Browse files Browse the repository at this point in the history
  • Loading branch information
zchsh committed Mar 18, 2021
1 parent de12cd3 commit 1d48598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1d48598

Please sign in to comment.