perf: skip real restart waits in update CLI tests (#99945)

This commit is contained in:
Peter Steinberger
2026-07-04 08:59:18 -04:00
committed by GitHub
parent 3706c2b3bd
commit 045f42f111
+1
View File
@@ -229,6 +229,7 @@ vi.mock("../utils.js", async (importOriginal) => {
typeof value === "object" && value !== null && !Array.isArray(value),
pathExists: (...args: unknown[]) => pathExists(...args),
resolveConfigDir: () => "/tmp/openclaw-config",
sleep: vi.fn(async () => undefined),
};
});