mirror of
https://github.com/prometheus/prometheus.git
synced 2025-02-02 08:31:11 -08:00
Merge pull request #3 from matttproud/fix/reduce-stochastic-test-time
Reduce work level for stochastic tests.
This commit is contained in:
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 a new issue