mirror of
https://github.com/docker/cli.git
synced 2026-08-31 18:14:29 -05:00
Increase timeout in TestRunInteractiveWithRestartPolicy
Signed-off-by: Darren Stahl <darst@microsoft.com> Upstream-commit: 6eac29490f9bffcb21525f9fcba389ac3dc89e85 Component: engine
This commit is contained in:
@@ -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})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user