Browse code

TestRunUnknownCommand 30s, not 30ns

Signed-off-by: John Howard <jhoward@microsoft.com>

John Howard authored on 2015/09/29 05:40:17
Showing 1 changed files
... ...
@@ -2140,7 +2140,7 @@ func (s *DockerSuite) TestRunUnknownCommand(c *check.C) {
2140 2140
 	// the command which will fail.
2141 2141
 	if daemonPlatform == "windows" {
2142 2142
 		// Wait for it to exit.
2143
-		waitExited(cID, 30)
2143
+		waitExited(cID, 30*time.Second)
2144 2144
 		c.Assert(err, check.IsNil)
2145 2145
 	} else {
2146 2146
 		c.Assert(err, check.NotNil)