Skip to content

Commit

Permalink
Merge pull request #16683 from donaldsharp/test_ospf_netns_vrf_failure
Browse files Browse the repository at this point in the history
tests: ospf_netns_vrf should give more time for coming up
  • Loading branch information
Jafaral authored Aug 29, 2024
2 parents 648566c + d58c44c commit 12a3d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/topotests/ospf_netns_vrf/test_ospf_netns_vrf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 12a3d5a

Please sign in to comment.