increase timeout in fakeDraDriverGrpcServer to fix flake in dra/manger_test

This commit is contained in:
charles-chenzz 2023-11-07 19:38:27 +08:00
parent 24e6b03780
commit abaf7a800d

View File

@ -117,7 +117,7 @@ func setupFakeDRADriverGRPCServer(shouldTimeout bool) (fakeDRAServerInfo, error)
driverName: driverName,
}
if shouldTimeout {
timeout := plugin.PluginClientTimeout + 10*time.Millisecond
timeout := plugin.PluginClientTimeout + 30*time.Millisecond
fakeDRADriverGRPCServer.timeout = &timeout
}