summaryrefslogtreecommitdiff
path: root/tests/topotests/ospf6_gr_topo1
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2022-11-22 11:17:27 +0200
committerDonatas Abraitis <donatas@opensourcerouting.org>2022-11-22 13:38:10 +0200
commitd3a6af081ed18ce245ccaa89d6096ac034bb09cf (patch)
treefef8754aebfcfaa61e961e767228c42c605e36d2 /tests/topotests/ospf6_gr_topo1
parenta5722d5a78c40286bbb68d3b6b611f05e3807683 (diff)
tests: Set minimum wait time for tests to 5 seconds
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'tests/topotests/ospf6_gr_topo1')
-rwxr-xr-xtests/topotests/ospf6_gr_topo1/test_ospf6_gr_topo1.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/topotests/ospf6_gr_topo1/test_ospf6_gr_topo1.py b/tests/topotests/ospf6_gr_topo1/test_ospf6_gr_topo1.py
index e59333ebd2..1876dabed7 100755
--- a/tests/topotests/ospf6_gr_topo1/test_ospf6_gr_topo1.py
+++ b/tests/topotests/ospf6_gr_topo1/test_ospf6_gr_topo1.py
@@ -224,7 +224,7 @@ def check_routers(initial_convergence=False, exiting=None, restarting=None):
if restarting != None:
tries = 40
else:
- tries = 1
+ tries = 10
router_compare_json_output(
rname, "show ipv6 route ospf json", "show_ipv6_route.json", tries
)
@@ -246,7 +246,7 @@ def check_routers(initial_convergence=False, exiting=None, restarting=None):
if initial_convergence == True or restarting == rname:
tries = 240
else:
- tries = 1
+ tries = 10
router_compare_json_output(
rname,
"show ipv6 ospf database json",