← Back to events
ActiveTechRelease8.0.0-rc.12

v8.0.0-rc.12-dev.14: Journey test teardown waits as long as its setup (#30435)

What happened

Linked issue n/a — small change. Summary useDevDatabase in the CLI journey test helpers registers its afterAll teardown on vitest's default 5 s hook timeout while its beforeAll uses timeouts.spinUpPpgDev . Under full-suite load the dev database's close() took longer than 5 s twice in a row on PR #30402 ( infer-roundtrip-fidelity.hand-written-check.e2e.test.ts , migration-log.e2e.test.ts ), failing files whose tests…

Summary assembled by rule from the sources below

Why it's spreading

Sources