mirror of https://github.com/prometheus/prometheus
Merge pull request #3 from matttproud/fix/reduce-stochastic-test-time
Reduce work level for stochastic tests.pull/2/merge
commit
65694bea90
|
@ -29,7 +29,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
stochasticMaximumVariance = 64
|
||||
stochasticMaximumVariance = 8
|
||||
)
|
||||
|
||||
var testBasicLifecycle func(t test.Tester) = func(t test.Tester) {
|
||||
|
|
Loading…
Reference in New Issue