integration-cli: increase healthcheck timeout
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
(cherry picked from commit 8c9362857f
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
1d795b53d3
commit
1204f3a77c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ func (s *DockerSwarmSuite) TestServiceHealthRun(c *check.C) {
|
|||
result := cli.BuildCmd(c, imageName, cli.Daemon(d),
|
||||
build.WithDockerfile(`FROM busybox
|
||||
RUN touch /status
|
||||
HEALTHCHECK --interval=1s --timeout=1s --retries=1\
|
||||
HEALTHCHECK --interval=1s --timeout=5s --retries=1\
|
||||
CMD cat /status`),
|
||||
)
|
||||
result.Assert(c, icmd.Success)
|
||||
|
|
Loading…
Reference in a new issue