fix slow dra unit test

This commit is contained in:
HirazawaUi
2024-03-13 21:18:00 +08:00
parent 656cb1028e
commit 10b6319e64
11 changed files with 51 additions and 19 deletions

View File

@@ -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()