commit | 81128415f4b7f16e591e9d7cd069c13e7c0a0672 | [log] [tgz] |
---|---|---|
author | Tatyana Leontovich <tleontovich@mirantis.com> | Wed Apr 05 18:46:29 2017 +0300 |
committer | Tatyana Leontovich <tleontovich@mirantis.com> | Wed Apr 05 21:12:46 2017 +0300 |
tree | 846a998c8cfa1607a23582da2e7426596b0e4b17 | |
parent | 02e62fb3d04cc1d3a57b8a1bd36f6beb5df42ad7 [diff] [blame] | |
parent | d91c2efea1ea3620b44707dc9184e51daa326d1a [diff] [blame] |
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!'