Răsfoiți Sursa

Merge pull request #888 from docker/ecs_get_timeout

ECS E2E timeout update due to flakiness in CI
Guillaume Tardif 5 ani în urmă
părinte
comite
6a9d7c1371
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      tests/ecs-e2e/e2e-ecs_test.go

+ 1 - 1
tests/ecs-e2e/e2e-ecs_test.go

@@ -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":`))
 	})