Skip to content

Commit

Permalink
Reduce threshold for request latency in density tests to 5 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrzadkowski authored and jackgr committed May 25, 2015
1 parent feddeec commit d7b9b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/density.go
Expand Up @@ -79,7 +79,7 @@ var _ = Describe("Density", func() {
// Verify latency metrics
// TODO: Update threshold to 1s once we reach this goal
// TODO: We should reset metrics before the test. Currently previous tests influence latency metrics.
highLatencyRequests, err := HighLatencyRequests(c, 10*time.Second, util.NewStringSet("events"))
highLatencyRequests, err := HighLatencyRequests(c, 5*time.Second, util.NewStringSet("events"))
expectNoError(err)
Expect(highLatencyRequests).NotTo(BeNumerically(">", 0))
})
Expand Down

0 comments on commit d7b9b8d

Please sign in to comment.