Browse Source

Reduce time for TestRunTwoConcurrentContainers

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 9 years ago
parent
commit
94f1e574b6
1 changed files with 0 additions and 3 deletions
  1. 0 3
      integration-cli/docker_cli_run_test.go

+ 0 - 3
integration-cli/docker_cli_run_test.go

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