test(matrix): harden thread binding stop flush test

This commit is contained in:
Peter Steinberger
2026-04-18 20:23:13 +01:00
parent 712644f0d9
commit 7d728afa12

View File

@@ -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();