mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31:21 +00:00
refactor: Change to 60 sec timeout
This commit is contained in:
parent
88306eb291
commit
7b67c19c18
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lighthouse-report.yaml
vendored
2
.github/workflows/lighthouse-report.yaml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
|
||||
with:
|
||||
deployment-url: ${{ steps.vercel_preview_url.outputs.preview_url }}
|
||||
timeout: 30
|
||||
timeout: 60z
|
||||
|
||||
- name: Build Unlighthouse report
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue