瀏覽代碼

Merge pull request #24918 from Microsoft/jjh/badtestcomment

Fix incorrect test comment
Sebastiaan van Stijn 9 年之前
父節點
當前提交
796a19a785
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 	}