X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fworker-files%2Fcluster%2FlongRunningWorkerHardBehavior.js;h=a95d6538b49f3647c5376c8f4459db799ac92c6c;hb=a4a88903255bd661b57480ce9b07dd2f2962f069;hp=ee6b93cc87c922019d08d7809533b8f2b1305425;hpb=cca3bb1a52271e1b74e3929524faf61521e5c888;p=poolifier.git diff --git a/tests/worker-files/cluster/longRunningWorkerHardBehavior.js b/tests/worker-files/cluster/longRunningWorkerHardBehavior.js index ee6b93cc..a95d6538 100644 --- a/tests/worker-files/cluster/longRunningWorkerHardBehavior.js +++ b/tests/worker-files/cluster/longRunningWorkerHardBehavior.js @@ -1,6 +1,6 @@ 'use strict' const { ClusterWorker, KillBehaviors } = require('../../../lib') -const { sleepTaskFunction } = require('../../test-utils') +const { sleepTaskFunction } = require('../../test-utils.js') async function sleep (data) { return sleepTaskFunction(data, 50000)