From 1517ad5b3d1efeaac04c30ef586ef69d6e38f80f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Wed, 26 Mar 2008 10:42:06 +0000
Subject: [PATCH] set values based on test machine rendering time

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20143 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/tests/testPerformance.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/ERP5Type/tests/testPerformance.py b/product/ERP5Type/tests/testPerformance.py
index f273fcec7f..c6578a19db 100644
--- a/product/ERP5Type/tests/testPerformance.py
+++ b/product/ERP5Type/tests/testPerformance.py
@@ -40,8 +40,8 @@ from Products.CMFCore.tests.base.testcase import LogInterceptor
 # (which has 31645.6 pystones/second)
 MIN_OBJECT_VIEW=0.112
 MAX_OBJECT_VIEW=0.122
-MIN_OBJECT_PROXYFIELD_VIEW=0.112
-MAX_OBJECT_PROXYFIELD_VIEW=0.122
+MIN_OBJECT_PROXYFIELD_VIEW=0.2390
+MAX_OBJECT_PROXYFIELD_VIEW=0.2490
 CURRENT_MIN_OBJECT_VIEW=0.1220
 CURRENT_MAX_OBJECT_VIEW=0.1280
 MIN_MODULE_VIEW=0.125
-- 
2.30.9