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 committed May 25, 2015
1 parent 9797255 commit 9a22286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/density.go
Original file line number Diff line number Diff line change
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 9a22286

Please sign in to comment.