mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 13:55:41 +00:00
Merge pull request #119414 from klueska/increase-timeout
Increase timeout for DRA kubelet plugin client
This commit is contained in:
commit
3be3b86dd6
@ -34,7 +34,7 @@ import (
|
|||||||
drapb "k8s.io/kubelet/pkg/apis/dra/v1alpha3"
|
drapb "k8s.io/kubelet/pkg/apis/dra/v1alpha3"
|
||||||
)
|
)
|
||||||
|
|
||||||
const PluginClientTimeout = 10 * time.Second
|
const PluginClientTimeout = 45 * time.Second
|
||||||
|
|
||||||
// Strongly typed address.
|
// Strongly typed address.
|
||||||
type draAddr string
|
type draAddr string
|
||||||
|
Loading…
Reference in New Issue
Block a user