mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 22:08:26 +00: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 started.stop();
|
||||||
|
|
||||||
await vi.advanceTimersByTimeAsync(120_000);
|
await vi.advanceTimersByTimeAsync(60_000);
|
||||||
expect(advertise).toHaveBeenCalledTimes(2);
|
expect(advertise).toHaveBeenCalledTimes(2);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user