Skip to content

Commit a282b6a

Browse files
hotfix: make lighthouse workflow more forgiving
most of the failures are from timeouts - making this longer to see if it improves outcomes. https://github.com/nodejs/nodejs.org/actions/workflows/lighthouse.yml Signed-off-by: Brian Muenzenmeyer <[email protected]>
1 parent 5f56779 commit a282b6a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/lighthouse.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ jobs:
6565
id: vercel_preview_url
6666
with:
6767
token: ${{ secrets.GITHUB_TOKEN }}
68-
max_timeout: 90
68+
# timeout after 5 minutes
69+
max_timeout: 300
70+
# check every 10 seconds
71+
check_interval: 10
6972

7073
- name: Audit Preview URL with Lighthouse
7174
# Conduct the lighthouse audit

0 commit comments

Comments
 (0)