mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 03:33:56 +00:00
fix flaky test on dra TestPrepareResources/should_timeout
Co-authored-by: TommyStarK <thomasmilox@gmail.com>
This commit is contained in:
parent
99190634ab
commit
ba9ce3ab08
@ -93,7 +93,7 @@ func setupFakeDRADriverGRPCServer(shouldTimeout bool) (string, tearDown, error)
|
||||
driverName: driverName,
|
||||
}
|
||||
if shouldTimeout {
|
||||
timeout := plugin.PluginClientTimeout + time.Millisecond
|
||||
timeout := plugin.PluginClientTimeout + 10*time.Millisecond
|
||||
fakeDRADriverGRPCServer.timeout = &timeout
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user