Merge pull request #137448 from bishal7679/fix/137422-discovery-integration-test-timeout

fix: [sig-apimachinery] flaky discovery integration test `TestReadinessAggregatedAPIServiceDiscovery`
This commit is contained in:
Kubernetes Prow Robot 2026-03-06 14:40:27 +05:30 committed by GitHub
commit 559e7a23b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@ const acceptV1JSON = "application/json"
const acceptV2JSON = "application/json;g=apidiscovery.k8s.io;v=v2;as=APIGroupDiscoveryList"
const acceptV2JSONNoPeer = "application/json;g=apidiscovery.k8s.io;v=v2;as=APIGroupDiscoveryList;profile=nopeer"
const maxTimeout = 10 * time.Second
const maxTimeout = 30 * time.Second
type testClient interface {
kubernetes.Interface