Skip to content

Commit 38986ff

Browse files
committed
Increase timeout and interval in qt_wait_until
1 parent 98017df commit 38986ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guidata/qthelpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ def qt_wait(
844844

845845

846846
def qt_wait_until(
847-
condition: Callable[[], bool], timeout: float = 1.0, interval: float = 0.01
847+
condition: Callable[[], bool], timeout: float = 5.0, interval: float = 0.05
848848
) -> None:
849849
"""Wait until a condition is met or timeout occurs, processing Qt events.
850850

0 commit comments

Comments
 (0)