1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

Fix bad test comment

Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: b02107db8b3ead7757141584523ce9b623c24c0b
Component: engine
This commit is contained in:
John Howard
2016-07-21 19:39:35 -07:00
parent bf34d0960f
commit 345fd45d48

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
}