Signed-off-by: John Howard <jhoward@microsoft.com>
| ... | ... |
@@ -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) |