mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 13:57:38 +00:00
increased discovery integration test timeout to resolve flakiness
Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user