diff --git a/product/ERP5Type/tests/testPerformance.py b/product/ERP5Type/tests/testPerformance.py
index f388c16c949fbd66f6fde728217ae7c66e8ce4a2..849ee519c50366c2d7b6d3be210ce2978fa8e3ad 100755
--- a/product/ERP5Type/tests/testPerformance.py
+++ b/product/ERP5Type/tests/testPerformance.py
@@ -50,9 +50,9 @@ MAX_OBJECT_VIEW=0.120
 MIN_MODULE_VIEW=0.125
 MAX_MODULE_VIEW=0.175
 MIN_OBJECT_CREATION=0.0070
-MAX_OBJECT_CREATION=0.0082
+MAX_OBJECT_CREATION=0.0085
 MIN_TIC=0.0330
-MAX_TIC=0.0343
+MAX_TIC=0.0348
 LISTBOX_COEF=0.02472
 
 class TestPerformance(ERP5TypeTestCase, LogInterceptor):