mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 03:03:24 -04:00
perf(test): trim bonjour watchdog post-stop timer advance
This commit is contained in:
@@ -259,7 +259,7 @@ describe("gateway bonjour advertiser", () => {
|
||||
|
||||
await started.stop();
|
||||
|
||||
await vi.advanceTimersByTimeAsync(120_000);
|
||||
await vi.advanceTimersByTimeAsync(60_000);
|
||||
expect(advertise).toHaveBeenCalledTimes(2);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user