Report more cleanups from work in progress PRs
[poolifier.git] / tests / worker-files / cluster / longRunningWorkerSoftBehavior.js
index 5498752fad17ca839415de018309205bab74102e..ea53bbea5b42cbc2b83474074430101d59cb33f6 100644 (file)
@@ -3,7 +3,7 @@ const { ClusterWorker } = require('../../../lib/index')
 const TestUtils = require('../../test-utils')
 
 async function sleep (data) {
-  return TestUtils.workerSleepFunction(data, 50000)
+  return await TestUtils.workerSleepFunction(data, 50000)
 }
 
 module.exports = new ClusterWorker(sleep, {