Skip to content

Commit 7327e9f

Browse files
rootroot
authored andcommitted
test(stress): allow Windows concurrency timing
1 parent d2eb044 commit 7327e9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

universal-refiner/tests/stress/event-store.stress.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe("EventStore stress and restart persistence", () => {
3030

3131
const db = (store as unknown as { db: { prepare: (sql: string) => { get: () => { count: number } } } }).db;
3232
expect(db.prepare("SELECT COUNT(*) AS count FROM events WHERE event_type = 'stress'").get().count).toBe(500);
33-
});
33+
}, 20_000);
3434

3535
it("retains events after the store is closed and reopened", () => {
3636
const holder = EventStore as unknown as { instance: EventStore | null };

0 commit comments

Comments
 (0)