Skip to content

Commit 3be3b86

Browse files
authored
Merge pull request kubernetes#119414 from klueska/increase-timeout
Increase timeout for DRA kubelet plugin client
2 parents c684de5 + 0449cef commit 3be3b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kubelet/cm/dra/plugin/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
drapb "k8s.io/kubelet/pkg/apis/dra/v1alpha3"
3535
)
3636

37-
const PluginClientTimeout = 10 * time.Second
37+
const PluginClientTimeout = 45 * time.Second
3838

3939
// Strongly typed address.
4040
type draAddr string

0 commit comments

Comments
 (0)