Merge pull request #3 from matttproud/fix/reduce-stochastic-test-time

Reduce work level for stochastic tests.
pull/2/merge
juliusv 2013-01-04 03:32:06 -08:00
commit 65694bea90
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import (
)
const (
stochasticMaximumVariance = 64
stochasticMaximumVariance = 8
)
var testBasicLifecycle func(t test.Tester) = func(t test.Tester) {