diff options
| author | Louis Scalbert <louis.scalbert@6wind.com> | 2023-11-28 16:18:30 +0100 |
|---|---|---|
| committer | Louis Scalbert <louis.scalbert@6wind.com> | 2023-12-14 11:39:32 +0100 |
| commit | 73ce39c443b0942537f7357cd64dcc8294b61d85 (patch) | |
| tree | a52f9704128a5f32e09beb5b7c74aff1d71dd70a | |
| parent | 3dc8b2c1f5b88a5d878d7060671c72b9817d3c78 (diff) | |
topotests: tmp fix delay in bgp_peer_type_multipath_relax
Workaround an issue in bgp_peer_type_multipath_relax.
Link: https://github.com/FRRouting/frr/issues/14895
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
| -rw-r--r-- | tests/topotests/bgp_peer_type_multipath_relax/exabgp.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/bgp_peer_type_multipath_relax/exabgp.env b/tests/topotests/bgp_peer_type_multipath_relax/exabgp.env index bb36af522a..989228a293 100644 --- a/tests/topotests/bgp_peer_type_multipath_relax/exabgp.env +++ b/tests/topotests/bgp_peer_type_multipath_relax/exabgp.env @@ -44,7 +44,7 @@ enable = false file = '' [exabgp.reactor] -speed = 1.0 +speed = 5.0 [exabgp.tcp] acl = false |
