mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-01 05:13:38 +00:00
test(codex): harden run-attempt temp cleanup
This commit is contained in:
@@ -540,6 +540,6 @@ export function setupRunAttemptTestHooks(): void {
|
||||
vi.useRealTimers();
|
||||
vi.unstubAllEnvs();
|
||||
await closeCodexSandboxExecServersForTests();
|
||||
await fs.rm(tempDir, { recursive: true, force: true });
|
||||
await fs.rm(tempDir, { recursive: true, force: true, maxRetries: 5, retryDelay: 50 });
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user