소스 검색

ECS E2E timeout update due to flakiness in CI

Signed-off-by: Guillaume Tardif <[email protected]>
Guillaume Tardif 5 년 전
부모
커밋
0a9373cbc2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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":`))
 	})