Bläddra i källkod

Fix bad test comment

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 9 år sedan
förälder
incheckning
b02107db8b
1 ändrade filer med 1 tillägg och 1 borttagningar
  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
 	}