Skip to content

Commit 6ef68a5

Browse files
committed
fix: increase timeout for staggered wave scalability test (30s → 60s)
1 parent abd6de4 commit 6ef68a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/worker-pool.scalability.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ describe("Worker Pool Scalability - Realistic Load", () => {
9393
const successes = results.filter(Boolean).length;
9494
console.log(`✓ Staggered pattern (2×5 users): ${successes}/10 succeeded`);
9595
expect(successes).toBeGreaterThanOrEqual(8);
96-
});
96+
}, 60000);
9797

9898
it("reports pool capacity estimates", async () => {
9999
const stats = compiler.getStats();

0 commit comments

Comments
 (0)