|
@@ -2140,7 +2140,7 @@ func (s *DockerSuite) TestRunUnknownCommand(c *check.C) {
|
|
// the command which will fail.
|
|
// the command which will fail.
|
|
if daemonPlatform == "windows" {
|
|
if daemonPlatform == "windows" {
|
|
// Wait for it to exit.
|
|
// Wait for it to exit.
|
|
- waitExited(cID, 30)
|
|
|
|
|
|
+ waitExited(cID, 30*time.Second)
|
|
c.Assert(err, check.IsNil)
|
|
c.Assert(err, check.IsNil)
|
|
} else {
|
|
} else {
|
|
c.Assert(err, check.NotNil)
|
|
c.Assert(err, check.NotNil)
|