Skip to content

Commit de02263

Browse files
committed
[repo] Bump lighthouse timeout
Now that we have more supported branches in docs, it takes longer to build them.
1 parent 9f5783f commit de02263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lighthouse-report.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
1919

2020
- name: Wait for the Netlify Preview
21-
uses: andrewnicols/wait-for-netlify-preview@v1.0.6
21+
uses: andrewnicols/wait-for-netlify-preview@v1
2222
id: netlify
2323
with:
2424
site_id: "3c056055-e1bd-4cfd-8a02-ed35ab7aedfa"
25-
max_timeout: 600
25+
max_timeout: 900
2626
netlify_secret: ${{ secrets.NETLIFY_SECRET }}
2727

2828
- name: Audit URLs using Lighthouse

0 commit comments

Comments
 (0)