Files
agentic-dev/turbo/generators
Danijel Martinek a043445179 test(generators): raise e2e hook timeout to stop cleanup flake
Each core-package e2e test's `onTestFinished` cleanup `rmSync`-es a temp
clone containing a full installed `node_modules`. That delete can exceed
vitest's 10s default hook timeout under load, failing 2-8 of the 8 e2e
tests per run. Set `hookTimeout: 120_000` to match the per-test timeout.
2026-05-21 11:26:04 +02:00
..