mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 17:01:24 -04:00
increased discovery integration test timeout to resolve flakiness
Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
This commit is contained in:
parent
c38abeb4ff
commit
35cf373703
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue