Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/__init__.py')
-rw-r--r--tests/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index fdc7449..58203a9 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -103,7 +103,8 @@ class Test(unittest.TestCase):
mountpoints._found.clear()
mountpoints._COMPLETE_MOUNT_TIMEOUT = .1
stats_node.stats_node.value = False
- stats_node.stats_node_step.value = 0
+ stats_node.stats_node_step.value = 1
+ stats_node.stats_node_rras.value = ['RRA:AVERAGE:0.5:1:60']
stats_user.stats_user.value = False
stats_user.stats_user_step.value = 1
stats_user._user_cache.clear()