We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282f064 commit b7f3a2eCopy full SHA for b7f3a2e
singlestoredb/notebook/_portal.py
@@ -56,8 +56,8 @@ 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.2,
60
- timeout: float = 20.0,
+ wait_interval: float = 0.5,
+ timeout: float = 60.0,
61
) -> None:
62
if not has_ipython or not func:
63
return
0 commit comments