mirror of
https://github.com/docker/docs.git
synced 2026-03-28 14:58:53 +07:00
TestRunUnknownCommand 30s, not 30ns
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
@@ -2140,7 +2140,7 @@ func (s *DockerSuite) TestRunUnknownCommand(c *check.C) {
|
||||
// the command which will fail.
|
||||
if daemonPlatform == "windows" {
|
||||
// Wait for it to exit.
|
||||
waitExited(cID, 30)
|
||||
waitExited(cID, 30*time.Second)
|
||||
c.Assert(err, check.IsNil)
|
||||
} else {
|
||||
c.Assert(err, check.NotNil)
|
||||
|
||||
Reference in New Issue
Block a user