Skip to content

Commit

Permalink
tests: bgp_srv6_sid_reachability should give more time
Browse files Browse the repository at this point in the history
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 <[email protected]>
(cherry picked from commit b46d3a1)
  • Loading branch information
donaldsharp authored and mergify[bot] committed Jan 9, 2025
1 parent 3401b88 commit 6a6a462
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6a6a462

Please sign in to comment.