зеркало из https://github.com/microsoft/docker.git
Reduce time for TestRunTwoConcurrentContainers
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
Родитель
73a8b6e3aa
Коммит
94f1e574b6
|
@ -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)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче