fix: increase timeout for preview server in lighthouse CI [CAR-937]

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Savannah Savings
2026-05-21 20:41:58 +00:00
parent a729b7e21a
commit 75700fbb5e
+3 -3
View File
@@ -87,9 +87,9 @@ jobs:
npx playwright install --with-deps chromium
- name: Start preview server
run: |
npm run preview &
sleep 5
npx wait-on http://localhost:4173/ --timeout 30000
npm run preview -- --port 4173 &
sleep 10
npx wait-on http://localhost:4173/ --timeout 60000
- name: Run Lighthouse CI
run: |
CHROME_PATH=$(find /home/runner/.cache/ms-playwright -name chrome -type f 2>/dev/null | head -1)