mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
fix(qa): extend config cleanup Windows budget
This commit is contained in:
@@ -180,7 +180,7 @@ describe("qa suite gateway helpers", () => {
|
||||
raw: expect.stringContaining('"deny"'),
|
||||
baseHash: "hash-1",
|
||||
}),
|
||||
{ timeoutMs: 90_000 },
|
||||
{ timeoutMs: 180_000 },
|
||||
);
|
||||
expect(waitReady).toHaveBeenCalledWith({
|
||||
gateway: env.gateway,
|
||||
|
||||
@@ -275,7 +275,7 @@ async function runConfigMutation(params: {
|
||||
restartDelayMs?: number;
|
||||
}) {
|
||||
const restartDelayMs = params.restartDelayMs ?? 1_000;
|
||||
const timeoutMs = liveTurnTimeoutMs(params.env, 90_000);
|
||||
const timeoutMs = liveTurnTimeoutMs(params.env, 180_000);
|
||||
let lastConflict: unknown = null;
|
||||
for (let attempt = 1; attempt <= 8; attempt += 1) {
|
||||
const snapshot = await readConfigSnapshot(params.env);
|
||||
|
||||
Reference in New Issue
Block a user