forked from Mirror/frr
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>
This commit is contained in:
parent
465d286819
commit
b46d3a1a42
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue