mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-26 16:06:16 +00:00
fix: align exec no-output timeout defaults (#32235) (thanks @bmendonca3)
This commit is contained in:
@@ -182,8 +182,7 @@ describe("secret ref resolver", () => {
|
||||
if (process.platform === "win32") {
|
||||
return;
|
||||
}
|
||||
const root = await fs.mkdtemp(path.join(os.tmpdir(), "openclaw-secrets-resolve-exec-delay-"));
|
||||
cleanupRoots.push(root);
|
||||
const root = await createCaseDir("exec-delay");
|
||||
const scriptPath = path.join(root, "resolver-delay.mjs");
|
||||
await writeSecureFile(
|
||||
scriptPath,
|
||||
|
||||
Reference in New Issue
Block a user