From 8ae5bde6a4a3c28fb2f5ece0c4b48919a6e286f1 Mon Sep 17 00:00:00 2001 From: sudacode Date: Fri, 11 Sep 2026 01:09:59 -0700 Subject: [PATCH] test(stats): increase occurrence merge test timeout --- src/core/services/stats-sync/merge-occurrences.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/services/stats-sync/merge-occurrences.test.ts b/src/core/services/stats-sync/merge-occurrences.test.ts index 1e0298aa..a8dbaffe 100644 --- a/src/core/services/stats-sync/merge-occurrences.test.ts +++ b/src/core/services/stats-sync/merge-occurrences.test.ts @@ -66,7 +66,7 @@ function mergedOccurrences(dbPath: string): Array<{ word: string; seenMs: number for (const legacyOccurrences of [false, true]) { const label = legacyOccurrences ? 'a peer predating the seen_ms column' : 'a current peer'; - test(`sync merge carries occurrence timestamps in from ${label}`, () => { + test(`sync merge carries occurrence timestamps in from ${label}`, { timeout: 15_000 }, () => { const dir = fs.mkdtempSync(path.join(os.tmpdir(), 'subminer-merge-occurrences-test-')); try { const local = buildDb(dir, 'local.sqlite', {