Просмотр исходного кода

:robot: Enlarge test time window

Ettore Di Giacinto 3 лет назад
Родитель
Сommit
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"))
 		})
 	})
 })