You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repo and believe that this is not a duplicate.
I have searched the FAQ and general documentation and believe that my question is not already covered.
Feature Request
I'm experiencing frequent issues with the poetry install command failing for ReadTimeoutErrors. That's also starting to "affect" CI builds using poetry.
Even if there are ways to work around / config that, should we think of increasing the default REQUESTS_TIMEOUT?
(per the discussion in there, most - though not necessarily all - of the people who think they would benefit from increasing this value are mistaken: they have misunderstood either what the timeout is for, or where it is used. I don't know whether that includes you or not)
Hey @dimbleby , thanks for your reply! 🙏 I saw that discussion, but I don't think that value should be configurable, I really think it should be increased. I'm going to add my two cents there 👍
Feature Request
I'm experiencing frequent issues with the
poetry install
command failing forReadTimeoutError
s. That's also starting to "affect" CI builds using poetry.Even if there are ways to work around / config that, should we think of increasing the default
REQUESTS_TIMEOUT
?I agree with @Kaiser1989 here.
In my local poetry installation I ended up setting it to
100
.The text was updated successfully, but these errors were encountered: