Skip to content

Commit 00ddbed

Browse files
committed
OSPF integration tests must wait a bit longer on LAN adjacencies
With the new FRR configuration process, some devices were right at the edge of the current timeout window. Extending the timeout by 10 seconds "solves" the problem.
1 parent 26b4098 commit 00ddbed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/wait_times.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ const.validate:
1111
ra_send: 30
1212

1313
ospfv2_adj_p2p: 30
14-
ospfv2_adj_lan: 50
14+
ospfv2_adj_lan: 60
1515
ospfv2_adj_stp: 120 # OSPFv2 LAN adjacency over STP-controlled ports
1616
ospfv2_spf: 10
1717
ospfv2_spf_long: 30 # OSPFv2 SPF dependent on other protocols (example: BGP default route)
1818

1919
ospfv3_adj_p2p: 30
20-
ospfv3_adj_lan: 50
20+
ospfv3_adj_lan: 60
2121
ospfv3_adj_stp: 120 # OSPFv3 LAN adjacency over STP-controlled ports
2222
ospfv3_spf: 10
2323
ospfv3_spf_long: 30 # OSPFv3 SPF dependent on other protocols (example: BGP default route)

0 commit comments

Comments
 (0)