From 0573083e027e0509f1e045b09b7786066ec5f829 Mon Sep 17 00:00:00 2001
From: Ivan Tyagov <ivan@nexedi.com>
Date: Thu, 19 Dec 2019 12:59:50 +0200
Subject: [PATCH] Adjust timings due to faster hardware being used.

---
 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 7596a9aeea..2f90632977 100644
--- a/product/ERP5Type/tests/testPerformance.py
+++ b/product/ERP5Type/tests/testPerformance.py
@@ -53,13 +53,13 @@ MIN_OBJECT_PROXYFIELD_VIEW=0.176    # 0.242 0.020, 0.199
 MAX_OBJECT_PROXYFIELD_VIEW=0.191    # 0.257 0.090, 0.220
 #CURRENT_MIN_OBJECT_VIEW=0.1220
 #CURRENT_MAX_OBJECT_VIEW=0.1280
-MIN_MODULE_VIEW=0.041               # 0.050 0.160 0.020, 0.125
+MIN_MODULE_VIEW=0.040               # 0.050 0.160 0.020, 0.125
 MAX_MODULE_VIEW=0.065               # 0.065 0.174 0.070, 0.175
 MIN_TIC=0.0073                      # 0.0333 0.0020, 0.260
 MAX_TIC=0.0150                      # 0.0354 0.0090, 0.343
 MIN_OBJECT_CREATION=0.0053          # 0.0130  0.0010, 0.0070
 MAX_OBJECT_CREATION=0.0068          # 0.0145  0.0040, 0.0082
-LISTBOX_COEF=0.00173                # 0.02472
+LISTBOX_COEF=0.00170                # 0.00173 0.02472
 # Change history
 # 2016-08-11
 #   Adapt values with new hardware from online.net.
-- 
2.30.9