mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #32490 from aaronlehmann/start-first-test-failure
Increase health check timeout for TestAPISwarmServicesUpdateStartFirst
This commit is contained in:
commit
df4ca50805
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ func (s *DockerSwarmSuite) TestAPISwarmServicesUpdateStartFirst(c *check.C) {
|
||||||
// service started from this image won't pass health check
|
// service started from this image won't pass health check
|
||||||
_, _, err := d.BuildImageWithOut(image2,
|
_, _, err := d.BuildImageWithOut(image2,
|
||||||
`FROM busybox
|
`FROM busybox
|
||||||
HEALTHCHECK --interval=1s --timeout=1s --retries=1024\
|
HEALTHCHECK --interval=1s --timeout=30s --retries=1024 \
|
||||||
CMD cat /status`,
|
CMD cat /status`,
|
||||||
true)
|
true)
|
||||||
c.Check(err, check.IsNil)
|
c.Check(err, check.IsNil)
|
||||||
|
|
Loading…
Add table
Reference in a new issue