Skip to content

Commit 9500797

Browse files
committed
Increase USE WORKSPACE timeout
1 parent b7f3a2e commit 9500797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlestoredb/notebook/_portal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def _call_javascript(
5656
args: Optional[List[Any]] = None,
5757
wait_on_condition: Optional[Callable[[], bool]] = None,
5858
timeout_message: str = 'timed out waiting on condition',
59-
wait_interval: float = 0.5,
59+
wait_interval: float = 1.0,
6060
timeout: float = 60.0,
6161
) -> None:
6262
if not has_ipython or not func:

0 commit comments

Comments
 (0)