diff --git a/test/e2e/persistent_logs_test.go b/test/e2e/persistent_logs_test.go index 95e098d8..b1f0012e 100644 --- a/test/e2e/persistent_logs_test.go +++ b/test/e2e/persistent_logs_test.go @@ -101,7 +101,7 @@ var _ = Describe("WebServerControllerTest", Ordered, func() { } return false - }, time.Second*120, time.Millisecond*500).Should(BeTrue()) + }, time.Second*480, time.Millisecond*500).Should(BeTrue()) }) @@ -130,7 +130,7 @@ var _ = Describe("WebServerControllerTest", Ordered, func() { } return false - }, time.Second*120, time.Millisecond*500).Should(BeTrue()) + }, time.Second*480, time.Millisecond*500).Should(BeTrue()) }) It("BothLogsAvailability", func() { @@ -156,7 +156,7 @@ var _ = Describe("WebServerControllerTest", Ordered, func() { } return false - }, time.Second*120, time.Millisecond*500).Should(BeTrue()) + }, time.Second*480, time.Millisecond*500).Should(BeTrue()) }) })