Browse Source

Merge pull request #24918 from Microsoft/jjh/badtestcomment

Fix incorrect test comment
Sebastiaan van Stijn 9 years ago
parent
commit
796a19a785
1 changed files with 1 additions and 1 deletions
  1. 1 1
      integration-cli/docker_cli_events_test.go

+ 1 - 1
integration-cli/docker_cli_events_test.go

@@ -653,7 +653,7 @@ func (s *DockerSuite) TestEventsContainerRestart(c *check.C) {
 	// wait until test2 is auto removed.
 	waitTime := 10 * time.Second
 	if daemonPlatform == "windows" {
-		// nslookup isn't present in Windows busybox. Is built-in.
+		// Windows takes longer...
 		waitTime = 90 * time.Second
 	}