Merge pull request #24918 from Microsoft/jjh/badtestcomment

Fix incorrect test comment
Upstream-commit: 796a19a7853e72de1a2f09024a7474c61a979568
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2016-07-22 14:30:18 +02:00
committed by GitHub
@@ -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
}