0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

perf: replace wait with waitUntil

This commit is contained in:
2025-06-06 14:53:29 +02:00
committed by David Perl
parent dea2568de3
commit d626caae3d
5 changed files with 45 additions and 32 deletions

View File

@ -51,7 +51,6 @@ def test_rpc_add_dock_with_plots_e2e(qtbot, bec_client_lib, connected_client_gui
# Waii until docks are registered
qtbot.waitUntil(check_docks_registered, timeout=5000)
qtbot.wait(500)
assert len(dock.panels) == 3
assert hasattr(gui.bec, "dock_0")