mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix bad test comment
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
2debfe8435
commit
b02107db8b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue