Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #888 from docker/ecs_get_timeout
Browse files Browse the repository at this point in the history
ECS E2E timeout update due to flakiness in CI
  • Loading branch information
gtardif authored Nov 6, 2020
2 parents 5c04e84 + 0a9373c commit 6a9d7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ecs-e2e/e2e-ecs_test.go
Original file line number Diff line number Diff line change
@@ -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":`))
})

0 comments on commit 6a9d7c1

Please sign in to comment.