fix: use 5min for timeout

This commit is contained in:
Bart van der Braak 2023-11-20 10:37:30 +01:00
parent 581acde12c
commit d27a50f995

View file

@ -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