Reduce time for TestRunTwoConcurrentContainers
Signed-off-by: John Howard <jhoward@microsoft.com> Upstream-commit: 94f1e574b6469021c7c7fd3cad857a011cf93815 Component: engine
This commit is contained in:
@ -770,9 +770,6 @@ func (s *DockerSuite) TestRunUserNotFound(c *check.C) {
|
||||
|
||||
func (s *DockerSuite) TestRunTwoConcurrentContainers(c *check.C) {
|
||||
sleepTime := "2"
|
||||
if daemonPlatform == "windows" {
|
||||
sleepTime = "20" // Make more reliable on Windows
|
||||
}
|
||||
group := sync.WaitGroup{}
|
||||
group.Add(2)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user