From 233e5299a3af5799f155ae529545b64970c4ad91 Mon Sep 17 00:00:00 2001 From: kobros-tech Date: Thu, 17 Apr 2025 17:45:12 +0300 Subject: [PATCH] [18.0][IMP] web_pivot_computed_measure: increate test tour delay time --- web_pivot_computed_measure/tests/test_ui_pivot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_pivot_computed_measure/tests/test_ui_pivot.py b/web_pivot_computed_measure/tests/test_ui_pivot.py index 57c62758f..329a4c6d7 100644 --- a/web_pivot_computed_measure/tests/test_ui_pivot.py +++ b/web_pivot_computed_measure/tests/test_ui_pivot.py @@ -17,5 +17,5 @@ class TestUIPivot(common.HttpCase): "/odoo", "web_pivot_computed_measure_tour", login="admin", - step_delay=100, + step_delay=1000, )