Implement MOL-168 - Allow to run set of tests on single vm
diff --git a/utils.py b/utils.py
index 0a38ad5..5cc1ac2 100644
--- a/utils.py
+++ b/utils.py
@@ -29,7 +29,7 @@
     return closure
 
 
-def ssh_connect(host, user, key_file, retry_count=10, timeout=5):
+def ssh_connect(host, user, key_file, retry_count=60, timeout=1):
     ssh = paramiko.SSHClient()
     ssh.load_host_keys('/dev/null')
     ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy())