We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f3a2e commit 9500797Copy full SHA for 9500797
singlestoredb/notebook/_portal.py
@@ -56,7 +56,7 @@ def _call_javascript(
56
args: Optional[List[Any]] = None,
57
wait_on_condition: Optional[Callable[[], bool]] = None,
58
timeout_message: str = 'timed out waiting on condition',
59
- wait_interval: float = 0.5,
+ wait_interval: float = 1.0,
60
timeout: float = 60.0,
61
) -> None:
62
if not has_ipython or not func:
0 commit comments