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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/lib/topotest.py b/tests/topotests/lib/topotest.py
index b98698185c..947ea196b6 100644
--- a/tests/topotests/lib/topotest.py
+++ b/tests/topotests/lib/topotest.py
@@ -1445,7 +1445,7 @@ class Router(Node):
running = self.listDaemons()
if running:
- for _ in range(0, 5):
+ for _ in range(0, 30):
sleep(
0.5,
"{}: waiting for daemons stopping: {}".format(