-
Notifications
You must be signed in to change notification settings - Fork 378
Add git_command_timeout_s for allowing >20 seconds for git operations #1250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thanks for submitting your first pull request! You are awesome! 🤗 |
| @@ -1,218 +1,218 @@ | |||
| { | |||
| "name": "@jupyterlab/git", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is unchanged other than prettier running on it
|
I believe this PR passes outside of existing breaks (with respect to the broken link message in the changelog), please let me know if there is anything else I can do to help. |
fcollonval
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Frédéric Collonval <[email protected]>
|
Thanks! Rebased and applied your comments. Let me know if you need anything else. Also no idea why but I still had to reformat that config file even though I rebased from master. |
fcollonval
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mdietz94 and sorry for the late review


Some large repositories may take more than 20 seconds, especially for the initial git clone. Adds a configuration option to make this configurable.