Skip to content

Commit

Permalink
Merge pull request kubernetes#10607 from wojtek-t/higher_load_metrics
Browse files Browse the repository at this point in the history
Increase latency metrics limit in capacity load
  • Loading branch information
zmerlynn committed Jul 1, 2015
2 parents 7689391 + d875082 commit 0b3d1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/load.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ var _ = Describe("Load capacity", func() {
}

// Verify latency metrics
highLatencyRequests, err := HighLatencyRequests(c, 1*time.Second, util.NewStringSet("events"))
highLatencyRequests, err := HighLatencyRequests(c, 3*time.Second, util.NewStringSet("events"))
expectNoError(err, "Too many instances metrics above the threshold")
Expect(highLatencyRequests).NotTo(BeNumerically(">", 0))
})
Expand Down

0 comments on commit 0b3d1b6

Please sign in to comment.