Skip to content

fix(test): correct integration test timeouts that caused cascading failures#120

Merged
DivMode merged 1 commit intomainfrom
fix/integration-test-timeouts
Mar 13, 2026
Merged

fix(test): correct integration test timeouts that caused cascading failures#120
DivMode merged 1 commit intomainfrom
fix/integration-test-timeouts

Conversation

@DivMode
Copy link
Copy Markdown
Owner

@DivMode DivMode commented Mar 13, 2026

Summary

  • Remove explicit { timeout: 20_000 } from replay-health.integration.test.ts — the test's worst-case work budget (23.5s) exceeds 20s, causing spurious timeouts. Inherits the global 60s from vitest.config.ts.
  • Add 30_000 timeout to beforeAll in cf-sites.integration.test.tspuppeteer.connect() through proxy under concurrent load can exceed the default 10s hook timeout.

Test plan

  • npx vitest run passes with no timeout failures on integration tests

@DivMode DivMode merged commit f565113 into main Mar 13, 2026
@DivMode DivMode deleted the fix/integration-test-timeouts branch March 13, 2026 02:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant