Merge branch 'add_1_0' of https://github.com/Mirantis/tcp-qa into add_1_0
diff --git a/tcp_tests/helpers/utils.py b/tcp_tests/helpers/utils.py
index 129c06a..28314f6 100644
--- a/tcp_tests/helpers/utils.py
+++ b/tcp_tests/helpers/utils.py
@@ -161,7 +161,7 @@
     shutil.rmtree(dirpath)
 
 
-def retry(tries_number=3, exception=Exception):
+def retry(tries_number=2, exception=Exception):
     def _retry(func):
         assert tries_number >= 1, 'ERROR! @retry is called with no tries!'