mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/kube-vip/kube-vip.git
synced 2026-09-20 08:03:47 +08:00
The IPv6 control-plane VIP reachability check used a 5s Eventually window; under the 4-process parallel e2e run on a 4-vCPU runner NDP convergence for the IPv6 VIP can exceed that, causing intermittent timeouts while sibling specs pass. Raise it to a load-tolerant window matching the IPv4 case; the reachability assertion is unchanged. Signed-off-by: Maximilian Rink <maximilian.rink@telekom.de>