mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-05-02 12:01:22 +00:00
fix: use 5min for timeout
This commit is contained in:
parent
581acde12c
commit
d27a50f995
1 changed files with 1 additions and 1 deletions
2
.github/workflows/unlighthouse.yaml
vendored
2
.github/workflows/unlighthouse.yaml
vendored
|
@ -67,7 +67,7 @@ jobs:
|
||||||
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
|
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
|
||||||
with:
|
with:
|
||||||
deployment-url: ${{ steps.vercel_preview_url.outputs.preview_url }}
|
deployment-url: ${{ steps.vercel_preview_url.outputs.preview_url }}
|
||||||
timeout: 240
|
timeout: 360
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: pnpm install -g @unlighthouse/cli puppeteer
|
run: pnpm install -g @unlighthouse/cli puppeteer
|
||||||
|
|
Loading…
Reference in a new issue