Skip to content

Commit 69cf7cb

Browse files
🎨 increase timeout e2e tip test (ITISFoundation#7059)
1 parent 7f218ea commit 69cf7cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎tests/e2e-playwright/tests/tip/test_ti_plan.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,9 @@ def test_classic_ti_plan( # noqa: PLR0915
325325

326326
with log_context(logging.INFO, "Post process"):
327327
# click on the postpro mode button
328-
s4l_postpro_iframe.get_by_test_id("mode-button-postro").click()
328+
s4l_postpro_iframe.get_by_test_id(
329+
"mode-button-postro", timeout=_POST_PRO_MAX_STARTUP_TIME
330+
).click()
329331
# click on the surface viewer
330332
s4l_postpro_iframe.get_by_test_id("tree-item-ti_field.cache").click()
331333
s4l_postpro_iframe.get_by_test_id("tree-item-SurfaceViewer").nth(

0 commit comments

Comments
 (0)