Skip to content

Commit

Permalink
Update jupyterlab_gallery/manager.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Krassowski <5832902+krassowski@users.noreply.github.com>
  • Loading branch information
andrewfulton9 and krassowski authored Jan 27, 2025
1 parent 38a5289 commit ada489f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlab_gallery/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def __init__(self, *args, **kwargs):

clone_timeout = Int(
help="Timeout for cloning a repository (in seconds)",
default_value=60,
default_value=15 * 60,
config=True,
)

Expand Down

0 comments on commit ada489f

Please sign in to comment.