test(e2e): follow-up fixes after post-merge copilot findings (#718)

* test(e2e): follow-up fixes for post-merge copilot review feedback

* test(e2e): guard E2E_MAX_PREVIEW_MS against sub-second values
This commit is contained in:
kl
2026-03-04 15:45:04 +08:00
committed by GitHub
parent 68d4d23a4b
commit eee3a2ed38
4 changed files with 12 additions and 17 deletions

View File

@@ -62,4 +62,7 @@ npm run test:smoke
# perf smoke (self-contained; default threshold 15000ms)
E2E_MAX_PREVIEW_MS=15000 npm run test:perf
# CI-style combined run (single fixture generation)
E2E_MAX_PREVIEW_MS=20000 npm run test:ci
```