From 7c666d21d030fad06cc92d9989ac9829d60b116e Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Tue, 13 Nov 2012 19:10:17 +0000 Subject: [PATCH] Need at least two worker threads for `integration.modules.publish` to pass. --- tests/integration/files/conf/master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/files/conf/master b/tests/integration/files/conf/master index dc2fe5e98c..2615433bc1 100644 --- a/tests/integration/files/conf/master +++ b/tests/integration/files/conf/master @@ -1,6 +1,6 @@ publish_port: 64505 ret_port: 64506 -worker_threads: 1 +worker_threads: 2 root_dir: /tmp/salttest pidfile: masterpid pki_dir: pki