1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #22475 from Microsoft/jjh/twoconcurrentcontainers

Reduce time for TestRunTwoConcurrentContainers
This commit is contained in:
Alexander Morozov 2016-05-04 12:38:13 -07:00
commit e4a4570369

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)