Skip to content

Commit

Permalink
Merge pull request kubernetes#119414 from klueska/increase-timeout
Browse files Browse the repository at this point in the history
Increase timeout for DRA kubelet plugin client
  • Loading branch information
k8s-ci-robot committed Jul 18, 2023
2 parents c684de5 + 0449cef commit 3be3b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubelet/cm/dra/plugin/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3be3b86

Please sign in to comment.