mirror of https://github.com/docker/compose.git
ECS E2E timeout update due to flakiness in CI
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
parent
5c04e84e49
commit
0a9373cbc2
|
@ -134,7 +134,7 @@ func TestCompose(t *testing.T) {
|
|||
})
|
||||
|
||||
t.Run("Words GET validating cross service connection", func(t *testing.T) {
|
||||
out := HTTPGetWithRetry(t, wordsURL, http.StatusOK, 5*time.Second, 180*time.Second)
|
||||
out := HTTPGetWithRetry(t, wordsURL, http.StatusOK, 5*time.Second, 240*time.Second)
|
||||
assert.Assert(t, strings.Contains(out, `"word":`))
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue