]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tests: bgp_srv6_sid_reachability should give more time
authorDonald Sharp <sharpd@nvidia.com>
Wed, 8 Jan 2025 14:41:21 +0000 (09:41 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 9 Jan 2025 15:31:07 +0000 (10:31 -0500)
The test starts right in on check_pings with a 10 second
time out.  Any type of delay on startup is going to cause
problems.  Give the first check_ping significant time
for the test to be fully brought up.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/bgp_srv6_sid_reachability/test_bgp_srv6_sid_reachability.py

index f8385401c5ad56c43452b9794c48962210b798ae..cf590ad01dba484dbd798a3b026f36bb5d2c872c 100755 (executable)
@@ -99,7 +99,7 @@ def teardown_module(mod):
 def test_ping():
     tgen = get_topogen()
 
-    check_ping("c11", "192.168.2.1", True, 10, 1)
+    check_ping("c11", "192.168.2.1", True, 120, 1)
     check_ping("c11", "192.168.3.1", True, 10, 1)
     check_ping("c12", "192.168.2.1", True, 10, 1)
     check_ping("c12", "192.168.3.1", True, 10, 1)