Commit af8dcad
Deepak Pandey
fix: Improve Lighthouse CI server startup reliability
π§ Lighthouse CI improvements:
1. β
Extended server ready timeout from 30s to 120s (2 minutes)
2. β
Enhanced ready pattern to match multiple Next.js startup messages
3. β
Added additional Chrome flags for CI environment stability
4. β
Reduced number of runs from 3 to 1 for faster CI execution
5. β
Better error handling for server startup issues
π― Root cause fixes:
- Server timeout issues in CI environment
- Chrome interstitial errors due to server not being ready
- Improved pattern matching for Next.js startup messages
This should resolve the 'Chrome prevented page load with an interstitial' errors.1 parent a595a80 commit af8dcad
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments