1
0
Fork 0
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:
Aaron Lehmann 2017-05-15 16:23:05 -07:00 committed by GitHub
commit df4ca50805

View file

@ -196,7 +196,7 @@ func (s *DockerSwarmSuite) TestAPISwarmServicesUpdateStartFirst(c *check.C) {
// service started from this image won't pass health check
_, _, err := d.BuildImageWithOut(image2,
`FROM busybox
HEALTHCHECK --interval=1s --timeout=1s --retries=1024\
HEALTHCHECK --interval=1s --timeout=30s --retries=1024 \
CMD cat /status`,
true)
c.Check(err, check.IsNil)