Reduce time for TestRunTwoConcurrentContainers

Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: 94f1e574b6469021c7c7fd3cad857a011cf93815
Component: engine
This commit is contained in:
John Howard
2016-05-03 10:36:34 -07:00
parent 4d2b1dfdde
commit 368f007a03

View File

@ -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)