mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-27 01:21:22 +00:00
feat: increase timeout to 240
This commit is contained in:
parent
09ea87ffce
commit
953b08a14d
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: 120
|
timeout: 240
|
||||||
|
|
||||||
- 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