Reduce test timeout for graphite and openTSDB
parent
e68807d173
commit
4a1df4c45a
|
@ -26,8 +26,8 @@ const (
|
|||
// uses nice round batches, has to deal with leftover.
|
||||
batchSize = 4217
|
||||
|
||||
openTSDBTestTimeout = 10 * time.Second
|
||||
graphiteTestTimeout = 10 * time.Second
|
||||
openTSDBTestTimeout = 5 * time.Second
|
||||
graphiteTestTimeout = 5 * time.Second
|
||||
)
|
||||
|
||||
type writeFn func(t *testing.T, node *TestNode, database, retention string)
|
||||
|
|
Loading…
Reference in New Issue