X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tests%2Fworker-files%2Fcluster%2FasyncErrorWorker.js;h=468a0ff92ce8dbedfa925eef3ed30b2d44a1e1d3;hb=cca3bb1a52271e1b74e3929524faf61521e5c888;hp=028a7cf3a77a97689442576fb40d6457c623df8c;hpb=af1055b05f5f679b37dcaf517d07a8de7c263b00;p=poolifier.git diff --git a/tests/worker-files/cluster/asyncErrorWorker.js b/tests/worker-files/cluster/asyncErrorWorker.js index 028a7cf3..468a0ff9 100644 --- a/tests/worker-files/cluster/asyncErrorWorker.js +++ b/tests/worker-files/cluster/asyncErrorWorker.js @@ -12,6 +12,6 @@ async function error (data) { } module.exports = new ClusterWorker(error, { - maxInactiveTime: 500, - killBehavior: KillBehaviors.HARD + killBehavior: KillBehaviors.HARD, + maxInactiveTime: 500 })