From be8b7c8679f8ec7e39c98e9d3754dc2703cf99ec Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Fri, 28 Aug 2015 11:58:05 +1000 Subject: [PATCH] Increase num_engine_workers to 4 in functional tests In convergence testing 2 seems to be causing RPC Message timeouts. Change-Id: Ic989bc42662ec19db5c78d77a7d648227f4ab5e3 --- heat_integrationtests/pre_test_hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heat_integrationtests/pre_test_hook.sh b/heat_integrationtests/pre_test_hook.sh index ecffae2d5b..b1404d4d31 100755 --- a/heat_integrationtests/pre_test_hook.sh +++ b/heat_integrationtests/pre_test_hook.sh @@ -27,7 +27,7 @@ if [ "$ENABLE_CONVERGENCE" == "true" ] ; then fi echo -e 'notification_driver=messagingv2\n' >> $localconf -echo -e 'num_engine_workers=2\n' >> $localconf +echo -e 'num_engine_workers=4\n' >> $localconf echo -e 'plugin_dirs=$HEAT_DIR/heat_integrationtests/common/test_resources\n' >> $localconf echo -e 'hidden_stack_tags=hidden\n' >> $localconf echo -e 'encrypt_parameters_and_properties=True\n' >> $localconf