Adding param -t to prevent timeouts of contrail-api.

  Without this -t parameter, on environments with more api workers
  it might result that contrail-api timeouted,
  because default timeout is 2 seconds and with more api workers
  it is not just enough. It can be bypassed by curling api or just
  adding parameter above -t 10. Then results will be more accurate.

Change-Id: Iaca4e1e58931e8ce797eb64f76a9506da19846f8
diff --git a/cvp_checks/tests/test_contrail.py b/cvp_checks/tests/test_contrail.py
index 2d358e9..5e7e108 100644
--- a/cvp_checks/tests/test_contrail.py
+++ b/cvp_checks/tests/test_contrail.py
@@ -4,7 +4,7 @@
 pytestmark = pytest.mark.usefixtures("contrail")
 
 STATUS_FILTER = r'grep -Pv "(==|^$|Disk|unix|support|boot|\*\*|FOR NODE)"'
-STATUS_COMMAND = "contrail-status"
+STATUS_COMMAND = "contrail-status -t 10"
 
 def get_contrail_status(salt_client, pillar, command, processor):
     return salt_client.cmd(