Tests: be more strict on number expectation
[poolifier.git] / benchmarks / versus-external-pools / fixed-piscina.js
index d1f785edeb31f1ff21870d13b987e8234597a22b..c89a951d2c70be00147764eeba7e78eece53bccd 100644 (file)
@@ -11,7 +11,7 @@ const data = {
 const piscina = new Piscina({
   filename: './workers/piscina/function-to-bench-worker.js',
   minThreads: size,
-  idleTimeout: 1000 * 60 // this is the same as poolifier default
+  idleTimeout: 60000 // this is the same as poolifier default
 })
 
 async function run () {