Merge pull request #119414 from klueska/increase-timeout

Increase timeout for DRA kubelet plugin client
This commit is contained in:
Kubernetes Prow Robot
2023-07-18 15:44:04 -07:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ import (
drapb "k8s.io/kubelet/pkg/apis/dra/v1alpha3"
)
const PluginClientTimeout = 10 * time.Second
const PluginClientTimeout = 45 * time.Second
// Strongly typed address.
type draAddr string