Skip to content

Commit

Permalink
SQUASHME: fix and increase the GH Workflow timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvogt committed Nov 29, 2024
1 parent 3ede43f commit f0a98c2
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 @@ -11,7 +11,7 @@ jobs:
id: netlify
with:
site_name: 'chrisvogt'
max_timeout: 600 // # Timeout if the deploy preview hasn't posted within 10 minutes
max_timeout: 600 # Timeout if the deploy preview hasn't posted within 10 minutes
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v10
with:
Expand Down

0 comments on commit f0a98c2

Please sign in to comment.