Skip to content

Commit

Permalink
Merge pull request #122 from adidenko/e2e-test-outdated
Browse files Browse the repository at this point in the history
Increase delay in e2e to test agent updates
  • Loading branch information
AlexeyKasatkin authored Dec 28, 2017
2 parents a143fc7 + aff1bcf commit 0246a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/basic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0246a1e

Please sign in to comment.