summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2019-07-17 19:34:51 +0200
committerGitHub <noreply@github.com>2019-07-17 19:34:51 +0200
commit974c214ba954c1e73e872073d479a30a96d0b3de (patch)
treed8191d685a6e68f2d28af580158e2fa690c9fd5b
parentMerge pull request #4685 from chiragshah6/ospf_vrf_dev (diff)
parenttests: Topotests are not giving sufficient time to propagate data (diff)
downloadfrr-974c214ba954c1e73e872073d479a30a96d0b3de.tar.xz
frr-974c214ba954c1e73e872073d479a30a96d0b3de.zip
Merge pull request #4680 from donaldsharp/test_longer
tests: Topotests are not giving sufficient time to propagate data
-rw-r--r--tests/topotests/lib/common_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/lib/common_config.py b/tests/topotests/lib/common_config.py
index d2c1d8243..628c198e1 100644
--- a/tests/topotests/lib/common_config.py
+++ b/tests/topotests/lib/common_config.py
@@ -1157,7 +1157,7 @@ def verify_rib(tgen, addr_type, dut, input_dict, next_hop=None, protocol=None):
else:
command = "show ipv6 route json"
- sleep(2)
+ sleep(10)
logger.info("Checking router %s RIB:", router)
rib_routes_json = rnode.vtysh_cmd(command, isjson=True)