From ffe2ca8b94fd33446944353b341d0e7e813b9d13 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Sat, 12 Jul 2025 18:19:49 +0200 Subject: [PATCH] test: improve --- src/app/pfapi/api/sync/vector-clock-stress.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pfapi/api/sync/vector-clock-stress.spec.ts b/src/app/pfapi/api/sync/vector-clock-stress.spec.ts index c524dd36b4..5df3bad95a 100644 --- a/src/app/pfapi/api/sync/vector-clock-stress.spec.ts +++ b/src/app/pfapi/api/sync/vector-clock-stress.spec.ts @@ -32,7 +32,7 @@ describe('Vector Clock Stress Tests', () => { const pruneDuration = performance.now() - startPrune; expect(Object.keys(pruned).length).toBe(50); - expect(pruneDuration).toBeLessThan(10); // Pruning should be fast + expect(pruneDuration).toBeLessThan(15); // Pruning should be fast }); it('should handle deeply nested comparison scenarios', () => {