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:
commit
e4a4570369
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue