mirror of https://github.com/k3s-io/k3s
Shorten the sleep amount in the fake docker client
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