Fix bad test comment

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2016-07-21 19:39:35 -07:00
parent 2debfe8435
commit b02107db8b
1 changed files with 1 additions and 1 deletions

View File

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