mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
perf(test): reduce discord stall timer advance window
This commit is contained in:
@@ -170,7 +170,7 @@ describe("processDiscordMessage ack reactions", () => {
|
||||
// oxlint-disable-next-line typescript/no-explicit-any
|
||||
const runPromise = processDiscordMessage(ctx as any);
|
||||
|
||||
await vi.advanceTimersByTimeAsync(120_000);
|
||||
await vi.advanceTimersByTimeAsync(40_000);
|
||||
|
||||
await runPromise;
|
||||
const emojis = (
|
||||
|
||||
Reference in New Issue
Block a user