docs: refine code comment
[poolifier.git] / tests / pools / abstract-pool.test.mjs
index 7a9c18e46bdb4e4e8dbad1845a8eb2375a184b81..44aca3993c7d94d9f52185e553333db2316a8a71 100644 (file)
@@ -1284,7 +1284,7 @@ describe('Abstract pool test suite', () => {
     await pool.destroy()
     const elapsedTime = performance.now() - startTime
     expect(tasksFinished).toBe(0)
-    expect(elapsedTime).toBeLessThanOrEqual(tasksFinishedTimeout + 300)
+    expect(elapsedTime).toBeLessThanOrEqual(tasksFinishedTimeout + 600)
   })
 
   it('Verify that pool asynchronous resource track tasks execution', async () => {