Revert "CI: move linting after installation"
[poolifier.git] / tests / worker-files / cluster / longRunningWorkerHardBehavior.js
index 73fdad01706c896c943b0291cb6da16bd8282ad5..ec08d42540de16f50f3ad6b08eb8dc1bb7826b03 100644 (file)
@@ -3,7 +3,7 @@ const { ClusterWorker, KillBehaviors } = require('../../../lib/index')
 const TestUtils = require('../../test-utils')
 
 async function sleep (data) {
-  return TestUtils.workerSleepFunction(data, 50000)
+  return TestUtils.sleepWorkerFunction(data, 50000)
 }
 
 module.exports = new ClusterWorker(sleep, {