summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2024-08-31 06:51:39 -0400
committerGitHub <noreply@github.com>2024-08-31 06:51:39 -0400
commita7246d35ff784f9966ff1e5445fb0fab809841ab (patch)
tree3e723711642f8be1e566aa77f2d5b9601ff653f3
parent543e134358b5e1b2f2dde43f95dd6e6dc0d0cb2c (diff)
parent4c243d6210780ee3c2b9f1a0f6e5dd2c50fd01aa (diff)
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)
-rw-r--r--tests/topotests/ospf_netns_vrf/test_ospf_netns_vrf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/ospf_netns_vrf/test_ospf_netns_vrf.py b/tests/topotests/ospf_netns_vrf/test_ospf_netns_vrf.py
index 23eef8f5a6..4fc93b5855 100644
--- a/tests/topotests/ospf_netns_vrf/test_ospf_netns_vrf.py
+++ b/tests/topotests/ospf_netns_vrf/test_ospf_netns_vrf.py
@@ -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