-
-
Notifications
You must be signed in to change notification settings - Fork 216
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
Subprocess command time out on large repos with version >= 8
#913
Comments
I need more details on the setup |
@RonnyPfannschmidt thanks for following up. Our setup looks as follows:
On shallow clones, it tries to fetch full history and times out with:
|
Thanks, do you have a rough idea for reasonable uppers bounds I intend to set a different timeout for unshallow as starting point and add a configuration option later |
RonnyPfannschmidt
added a commit
to RonnyPfannschmidt/setuptools_scm
that referenced
this issue
Sep 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks the following PR introduced a default timeout of 20s when running subprocess commands: https://github.com/pypa/setuptools_scm/pull/808/files
This causes issues with larger repos/slow connections where repo needs to be un-shallowed and can take >20s.
Would be great if we can revert back to the old behavior or make the timeout configurable.
The text was updated successfully, but these errors were encountered: