Increase Contrail health check command timeout to something below interval.

Fixes PROD-35071

Change-Id: I179bea1f8d6e452458f2aacddc3c119520d91d60
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index a600206..8e70bed 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -38,6 +38,7 @@
     virtualenv $VENV_DIR
     source ${VENV_DIR}/bin/activate
     python -m pip install salt${PIP_SALT_VERSION}
+    python -m pip install 'msgpack<1.0.0'
 }
 
 setup_pillar() {