diff --git a/zun_tempest_plugin/tests/tempest/utils.py b/zun_tempest_plugin/tests/tempest/utils.py index c61b92e..dd64989 100644 --- a/zun_tempest_plugin/tests/tempest/utils.py +++ b/zun_tempest_plugin/tests/tempest/utils.py @@ -13,7 +13,7 @@ import time -def wait_for_condition(condition, interval=1, timeout=60): +def wait_for_condition(condition, interval=2, timeout=60): start_time = time.time() end_time = time.time() + timeout while time.time() < end_time: