From f4a772bffed9ffd975e5d51183dd1be1969fe9d9 Mon Sep 17 00:00:00 2001 From: Romain Derie Date: Fri, 9 Sep 2022 17:28:03 +0000 Subject: [PATCH] [FIX] theme_test_custo: add bigger timeout to the new test New test was introduced with [1] but it actually sometimes lead to timeout errors. That's a common issue since we merged the frontend in the backend and some tour (like this one) now have to start both the backend and the frontend (in the iframe). 10 seconds is not enough to load both, it often miss just half a second. [1]: https://github.com/odoo/design-themes/commit/0e2497b8e84eab8957028f4d63ff0899a9fe6ab3 runbot-4684 closes odoo/design-themes#587 Signed-off-by: Quentin Smetz (qsm) --- theme_test_custo/static/tests/tours/theme_menu_hierarchies.js | 1 + 1 file changed, 1 insertion(+) diff --git a/theme_test_custo/static/tests/tours/theme_menu_hierarchies.js b/theme_test_custo/static/tests/tours/theme_menu_hierarchies.js index fd9d92aa0..268473be8 100644 --- a/theme_test_custo/static/tests/tours/theme_menu_hierarchies.js +++ b/theme_test_custo/static/tests/tours/theme_menu_hierarchies.js @@ -9,6 +9,7 @@ wTourUtils.registerEditionTour('theme_menu_hierarchies', { { content: 'Check Mega Menu is correctly created', trigger: 'iframe #top_menu a.o_mega_menu_toggle', + timeout: 20000, }, { content: 'Check Mega Menu content', trigger: 'iframe #top_menu div.o_mega_menu.show .fa-cube',