mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-16 04:47:32 +00:00
fix slow dra unit test
This commit is contained in:
@@ -268,8 +268,9 @@ func TestNodeUnprepareResource(t *testing.T) {
|
||||
defer teardown()
|
||||
|
||||
p := &plugin{
|
||||
endpoint: addr,
|
||||
version: v1alpha3Version,
|
||||
endpoint: addr,
|
||||
version: v1alpha3Version,
|
||||
clientTimeout: PluginClientTimeout,
|
||||
}
|
||||
|
||||
conn, err := p.getOrCreateGRPCConn()
|
||||
|
||||
Reference in New Issue
Block a user