Browse Source

:robot: Enlarge test time window

Ettore Di Giacinto 3 years ago
parent
commit
5be9c20281
1 changed files with 1 additions and 1 deletions
  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 {
 			Eventually(func() string {
 				return get("http://127.0.0.1:9999")
 				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"))
 		})
 		})
 	})
 	})
 })
 })