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 b98698185c..6ee000b0f4 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(
@@ -1725,7 +1725,7 @@ class Router(Node):
)
if valgrind_extra:
cmdenv += (
- "--gen-suppressions=all --expensive-definedness-checks=yes"
+ " --gen-suppressions=all --expensive-definedness-checks=yes"
)
elif daemon in strace_daemons or "all" in strace_daemons:
cmdenv = "strace -f -D -o {1}/{2}.strace.{0} ".format(