summaryrefslogtreecommitdiff
path: root/tests/topotests/lib/topotest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/lib/topotest.py')
-rw-r--r--tests/topotests/lib/topotest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/topotests/lib/topotest.py b/tests/topotests/lib/topotest.py
index 2a46115850..2a5bd17361 100644
--- a/tests/topotests/lib/topotest.py
+++ b/tests/topotests/lib/topotest.py
@@ -351,8 +351,8 @@ def run_and_expect(func, what, count=20, wait=3):
func_name = func.__name__
logger.info(
- "'{}' polling started (interval {} secs, maximum wait {} secs)".format(
- func_name, wait, int(wait * count)
+ "'{}' polling started (interval {} secs, maximum {} tries)".format(
+ func_name, wait, count
)
)