Parcourir la source

:robot: Enlarge test time window

Ettore Di Giacinto il y a 3 ans
Parent
commit
5be9c20281
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"))
 		})
 	})
 })