diff --git a/tests/graphite/statsd/config.js b/tests/graphite/statsd/config.js index 2ce559e..2ebffe6 100644 --- a/tests/graphite/statsd/config.js +++ b/tests/graphite/statsd/config.js @@ -2,6 +2,6 @@ "graphiteHost": "onlyoffice-graphite", "graphitePort": 2003, "port": 8125, - "flushInterval": 3000, + "flushInterval": 60000, "backends": [ "./backends/graphite.js" ] }