Increase num_engine_workers to 4 in functional tests

In convergence testing 2 seems to be causing RPC Message timeouts.

Change-Id: Ic989bc42662ec19db5c78d77a7d648227f4ab5e3
This commit is contained in:
Angus Salkeld 2015-08-28 11:58:05 +10:00
parent d5c02aaba0
commit be8b7c8679
1 changed files with 1 additions and 1 deletions

View File

@ -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