test(perf): cut exec approval metadata test timeout

This commit is contained in:
Peter Steinberger
2026-03-02 17:32:59 +00:00
parent aee27d0e38
commit b9e820b7ed

View File

@@ -501,6 +501,7 @@ describe("exec approval handlers", () => {
respond,
context,
params: {
timeoutMs: 10,
commandArgv: ["echo", "ok"],
env: {
Z_VAR: "z",
@@ -528,6 +529,7 @@ describe("exec approval handlers", () => {
respond,
context,
params: {
timeoutMs: 10,
command: "echo stale",
commandArgv: ["echo", "stale"],
cwd: "/tmp/link/sub",