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
commit 3be3b86dd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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