test: isolate git-hooks integration and stabilize exec timeout

This commit is contained in:
Peter Steinberger
2026-02-16 04:24:00 +00:00
parent e7ccbd1445
commit 1b223dbdd8
2 changed files with 3 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ describe("runCommandWithTimeout", () => {
],
{
timeoutMs: 5_000,
noOutputTimeoutMs: 80,
noOutputTimeoutMs: 120,
},
);