summaryrefslogtreecommitdiff
path: root/tests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py')
-rwxr-xr-xtests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py b/tests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py
index dc6a76eb49..46f3cde086 100755
--- a/tests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py
+++ b/tests/topotests/ldp-sync-ospf-topo1/test_ldp_sync_ospf_topo1.py
@@ -162,9 +162,9 @@ def router_compare_json_output(rname, command, reference):
filename = "{}/{}/{}".format(CWD, rname, reference)
expected = json.loads(open(filename).read())
- # Run test function until we get an result. Wait at most 80 seconds.
+ # Run test function until we get an result.
test_func = partial(topotest.router_json_cmp, tgen.gears[rname], command, expected)
- _, diff = topotest.run_and_expect(test_func, None, count=160, wait=0.5)
+ _, diff = topotest.run_and_expect(test_func, None, count=320, wait=0.5)
assertmsg = '"{}" JSON output mismatches the expected result'.format(rname)
assert diff is None, assertmsg