Skip to content

Commit

Permalink
ci(lighthouse): set max timeout to 1200 (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi authored Nov 20, 2024
1 parent 6238d22 commit a2f75b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: vercel
with:
token: ${{ secrets.GITHUB_TOKEN }}
max_timeout: 600
max_timeout: 1200
check_interval: 15
- name: Comment preview result
uses: marocchino/sticky-pull-request-comment@v2
Expand Down

0 comments on commit a2f75b4

Please sign in to comment.