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.