Skip to content

Commit b7f3a2e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

singlestoredb/notebook/_portal.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ 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.2,
60-
timeout: float = 20.0,
59+
wait_interval: float = 0.5,
60+
timeout: float = 60.0,
6161
) -> None:
6262
if not has_ipython or not func:
6363
return

0 commit comments

Comments
 (0)