diff --git a/test/e2e/basic_test.go b/test/e2e/basic_test.go index 6d54611..2a609f9 100644 --- a/test/e2e/basic_test.go +++ b/test/e2e/basic_test.go @@ -117,7 +117,7 @@ var _ = ginkgo.Describe("Basic", func() { gomega.Expect(err).NotTo(gomega.HaveOccurred()) // ensure agents are up and they have sent their reports to the server - time.Sleep(15 * time.Second) + time.Sleep(45 * time.Second) services := getServices(clientset, ns) ncService := false