get cluster by id in MOS 7.0
diff --git a/wally/suits/io/fio.py b/wally/suits/io/fio.py
index e86b5cd..84fd772 100644
--- a/wally/suits/io/fio.py
+++ b/wally/suits/io/fio.py
@@ -422,6 +422,7 @@
     tcp_conn_timeout = 30
     max_pig_timeout = 5
     soft_runcycle = 5 * 60
+    retry_time = 30
 
     def __init__(self, config):
         PerfTest.__init__(self, config)