Increase timeout in TestRunInteractiveWithRestartPolicy
Signed-off-by: Darren Stahl <darst@microsoft.com>
This commit is contained in:
parent
784b601bbd
commit
6eac29490f
1 changed files with 1 additions and 1 deletions
|
@ -1864,7 +1864,7 @@ func (s *DockerSuite) TestRunInteractiveWithRestartPolicy(c *check.C) {
|
|||
dockerCmdWithResult("stop", name).Assert(c, icmd.Success)
|
||||
}()
|
||||
|
||||
result = icmd.WaitOnCmd(10*time.Second, result)
|
||||
result = icmd.WaitOnCmd(60*time.Second, result)
|
||||
c.Assert(result, icmd.Matches, icmd.Expected{ExitCode: 11})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue