mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 10:40:43 +00:00
test(matrix): harden thread binding stop flush test
This commit is contained in:
@@ -669,7 +669,7 @@ describe("matrix thread bindings", () => {
|
||||
async () => {
|
||||
expect(await readPersistedLastActivityAt(bindingsPath)).toBe(touchedAt);
|
||||
},
|
||||
{ interval: 1, timeout: 100 },
|
||||
{ interval: 1, timeout: 1_000 },
|
||||
);
|
||||
} finally {
|
||||
vi.useRealTimers();
|
||||
|
||||
Reference in New Issue
Block a user