From 3a3bde16149fdb4034698281490cd5eac20835eb Mon Sep 17 00:00:00 2001 From: matusdrobuliak66 Date: Mon, 20 Jan 2025 11:41:18 +0100 Subject: [PATCH] increase timeout e2e tip test --- tests/e2e-playwright/tests/tip/test_ti_plan.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/e2e-playwright/tests/tip/test_ti_plan.py b/tests/e2e-playwright/tests/tip/test_ti_plan.py index 7709071e7ea0..e03055db3241 100644 --- a/tests/e2e-playwright/tests/tip/test_ti_plan.py +++ b/tests/e2e-playwright/tests/tip/test_ti_plan.py @@ -325,7 +325,9 @@ def test_classic_ti_plan( # noqa: PLR0915 with log_context(logging.INFO, "Post process"): # click on the postpro mode button - s4l_postpro_iframe.get_by_test_id("mode-button-postro").click() + s4l_postpro_iframe.get_by_test_id( + "mode-button-postro", timeout=_POST_PRO_MAX_STARTUP_TIME + ).click() # click on the surface viewer s4l_postpro_iframe.get_by_test_id("tree-item-ti_field.cache").click() s4l_postpro_iframe.get_by_test_id("tree-item-SurfaceViewer").nth(