refactor: set tasksFinishedTimeout default to 2000ms
[poolifier.git] / tests / pools / utils.test.mjs
index 8c0a2b6ccf2f0502b915f985512a1624b1c730e0..adff47d9ba9781687a9fb89daa31dea7841fa8ca 100644 (file)
@@ -20,7 +20,7 @@ describe('Pool utils test suite', () => {
       size: Math.pow(poolMaxSize, 2),
       taskStealing: true,
       tasksStealingOnBackPressure: true,
-      tasksFinishedTimeout: 1000
+      tasksFinishedTimeout: 2000
     })
   })