refactor: Change to 60 sec timeout

This commit is contained in:
Bart van der Braak 2023-06-12 04:16:23 +02:00
parent 88306eb291
commit 7b67c19c18

View file

@ -56,7 +56,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: 30 timeout: 60z
- name: Build Unlighthouse report - name: Build Unlighthouse report
run: | run: |