mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Shorten the sleep amount in the fake docker client
This commit is contained in:
parent
f580569c34
commit
573c3ca320
@ -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