Skip to content

Commit 282f064

Browse files
committed
Increase USE WORKSPACE timeout
1 parent 2b30997 commit 282f064

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

singlestoredb/notebook/_portal.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def _call_javascript(
5757
wait_on_condition: Optional[Callable[[], bool]] = None,
5858
timeout_message: str = 'timed out waiting on condition',
5959
wait_interval: float = 0.2,
60-
timeout: float = 5.0,
60+
timeout: float = 20.0,
6161
) -> None:
6262
if not has_ipython or not func:
6363
return
@@ -250,7 +250,6 @@ def connection(
250250
raise RuntimeError('workspace is not active')
251251

252252
id = w.id
253-
print(w, default_database)
254253

255254
self._call_javascript(
256255
'changeConnection', [id, default_database],

0 commit comments

Comments
 (0)