summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2025-01-08 09:41:21 -0500
committerDonald Sharp <sharpd@nvidia.com>2025-01-09 10:31:07 -0500
commitb46d3a1a4224564f05a51a73b5932c33ddec0bad (patch)
treea0936ceaaeb7ab7d5713e7e3eb79c62f1e64af38 /tests
parent465d286819fe532bd4ff33ee20e7127672e9d07b (diff)
tests: bgp_srv6_sid_reachability should give more time
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>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/topotests/bgp_srv6_sid_reachability/test_bgp_srv6_sid_reachability.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/bgp_srv6_sid_reachability/test_bgp_srv6_sid_reachability.py b/tests/topotests/bgp_srv6_sid_reachability/test_bgp_srv6_sid_reachability.py
index f8385401c5..cf590ad01d 100755
--- a/tests/topotests/bgp_srv6_sid_reachability/test_bgp_srv6_sid_reachability.py
+++ b/tests/topotests/bgp_srv6_sid_reachability/test_bgp_srv6_sid_reachability.py
@@ -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)