From 742e1ef33a7c11787c85452395dd585280dc001e Mon Sep 17 00:00:00 2001
From: Nicolas Delaby <nicolas@nexedi.com>
Date: Thu, 27 Sep 2007 09:56:31 +0000
Subject: [PATCH] revert last commit, which was a mistake, sorry

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16648 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/tests/custom_zodb.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5Type/tests/custom_zodb.py b/product/ERP5Type/tests/custom_zodb.py
index cef497a7a7..acc954b857 100644
--- a/product/ERP5Type/tests/custom_zodb.py
+++ b/product/ERP5Type/tests/custom_zodb.py
@@ -16,7 +16,7 @@ elif os.environ.get('erp5_load_data_fs'):
   if os.environ.get('erp5_force_data_fs'):
     Storage = FileStorage(new_data_fs_path)
   else:
-    Storage = DemoStorage(base=FileStorage(new_data_fs_path), quota=(2<<20))
+    Storage = DemoStorage(base=FileStorage(new_data_fs_path), quota=(1<<20))
   print("Restoring MySQL database ... ")
   os.system("mysql %s < %s/dump.sql" % (getMySQLArguments(), instance_home))
   print("Restoring static files ... ")
-- 
2.30.9