소스 검색

:robot: Enlarge test time window

Ettore Di Giacinto 3 년 전
부모
커밋
5be9c20281
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pkg/services/services_test.go

+ 1 - 1
pkg/services/services_test.go

@@ -85,7 +85,7 @@ var _ = Describe("Expose services", func() {
 
 			Eventually(func() string {
 				return get("http://127.0.0.1:9999")
-			}, 60*time.Second, 1*time.Second).Should(ContainSubstring("The document has moved"))
+			}, 360*time.Second, 1*time.Second).Should(ContainSubstring("The document has moved"))
 		})
 	})
 })