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 2b30997 commit 282f064Copy full SHA for 282f064
singlestoredb/notebook/_portal.py
@@ -57,7 +57,7 @@ def _call_javascript(
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 = 5.0,
+ timeout: float = 20.0,
61
) -> None:
62
if not has_ipython or not func:
63
return
@@ -250,7 +250,6 @@ def connection(
250
raise RuntimeError('workspace is not active')
251
252
id = w.id
253
- print(w, default_database)
254
255
self._call_javascript(
256
'changeConnection', [id, default_database],
0 commit comments