mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
website: bump timeout for vercel build polling
This commit is contained in:
parent
de12cd318d
commit
1d485988ea
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linkchecker.yml
vendored
2
.github/workflows/linkchecker.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue