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__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index da59a40..adbd83f 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -92,6 +92,7 @@ class Test(unittest.TestCase):
client.ipc_port.value = 5555
client.layers.value = None
client.cache_limit.value = 0
+ client.cache_limit_percent.value = 0
client.cache_lifetime.value = 0
client_routes._RECONNECT_TIMEOUT = 0
mountpoints._connects.clear()