mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
perf: skip real restart waits in update CLI tests (#99945)
This commit is contained in:
committed by
GitHub
parent
3706c2b3bd
commit
045f42f111
@@ -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),
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user