Closed
Description
To help us debug your issue please explain:
Hi!
As Conan Center is growing, the time requested to list all recipes is no longer enough:
conan search -r conan-center
ERROR: HTTPSConnectionPool(host='conan.bintray.com', port=443): Read timed out. (read timeout=60.0). [Remote: conan-center]
As you can see, 60 seconds is not enough to retrieve all information.
However, if I update the timeout request by CONAN_TIMEOUT_REQUEST
, I can receive the answer:
CONAN_REQUEST_TIMEOUT=360 conan search -r conan-center
Existing package recipes:
7z_installer/1.0@conan/stable
Args/5.0.1.4@igormironchik/stable
...
Usingtime
it took 1m39.
As Conan Center is the official repository, I think search
should work without timeouts. So Or Bintray is slow, Or Conan needs to update its timeout limit.
Conan Version: 1.16.1
- I've read the CONTRIBUTING guide.
- I've specified the Conan version, operating system version and any tool that can be relevant.
- I've explained the steps to reproduce the error or the motivation/use case of the question/suggestion.