Merge pull request #119414 from klueska/increase-timeout
Increase timeout for DRA kubelet plugin client
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user