mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
The discovery integration tests can time out while waiting for APIService cleanup and group-version removal to converge. In CI this shows up in TestCRD/Race and TestCRD/CRDAPIServiceSameGroupDifferentVersions while waiting for stale discovery state to disappear. Increase the shared discovery timeout so the tests continue to verify the same cleanup and convergence behavior with more headroom on slower runners.