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

Commit 6a9d7c1

Browse files
authored
Merge pull request #888 from docker/ecs_get_timeout
ECS E2E timeout update due to flakiness in CI
2 parents 5c04e84 + 0a9373c commit 6a9d7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/ecs-e2e/e2e-ecs_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func TestCompose(t *testing.T) {
134134
})
135135

136136
t.Run("Words GET validating cross service connection", func(t *testing.T) {
137-
out := HTTPGetWithRetry(t, wordsURL, http.StatusOK, 5*time.Second, 180*time.Second)
137+
out := HTTPGetWithRetry(t, wordsURL, http.StatusOK, 5*time.Second, 240*time.Second)
138138
assert.Assert(t, strings.Contains(out, `"word":`))
139139
})
140140

0 commit comments

Comments
 (0)