Merge pull request #16707 from FRRouting/mergify/bp/stable/10.0/pr-16683

tests: ospf_netns_vrf should give more time for coming up (backport #16683)
This commit is contained in:
Donald Sharp 2024-08-31 06:51:39 -04:00 committed by GitHub
commit a7246d35ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -234,7 +234,7 @@ def test_ospf_json():
"show ip ospf vrf {0}-ospf-cust1 json".format(rname),
expected,
)
_, diff = topotest.run_and_expect(test_func, None, count=10, wait=0.5)
_, diff = topotest.run_and_expect(test_func, None, count=30, wait=1)
assertmsg = '"{}" JSON output mismatches'.format(rname)
assert diff is None, assertmsg