mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 06:14:23 +00:00
test(perf): cut exec approval metadata test timeout
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user