mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Merge pull request #19470 from gmarek/kubemark-performance
Shorten the sleep amount in the fake docker client
This commit is contained in:
commit
41df8749a8
@ -257,7 +257,7 @@ func (f *FakeDockerClient) CreateContainer(c docker.CreateContainerOptions) (*do
|
||||
container := docker.Container{ID: name, Name: name, Config: c.Config}
|
||||
containerCopy := container
|
||||
f.ContainerMap[name] = &containerCopy
|
||||
f.normalSleep(200, 50, 50)
|
||||
f.normalSleep(100, 25, 25)
|
||||
return &container, nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user