test: widen unit timing snapshot coverage

This commit is contained in:
Peter Steinberger
2026-03-20 22:33:49 +00:00
parent 39a4fe576d
commit fac64c2392
2 changed files with 514 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ function parseArgs(argv) {
config: "vitest.unit.config.ts",
out: unitTimingManifestPath,
reportPath: "",
limit: 128,
limit: 256,
defaultDurationMs: 250,
};
for (let i = 0; i < argv.length; i += 1) {