From 1e90c28e0d698afd1614429cdd0f6f99f000ccc2 Mon Sep 17 00:00:00 2001 From: Henning Classen Date: Mon, 14 Dec 2020 13:40:38 +0100 Subject: [PATCH] doc: Troubleshoot possible Conan-Center timeout --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cabc9588c..b6ada7b73 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,12 @@ all your 64 CPU cores, you can run the last command like so: For more details on how this is done, have a look at the Makefiles in the repository root. +If you experience timeout issues waiting for Conan Center, the reason is likely +the boost dependency's hundreds of binary packages. You can then slightly +increase Conan's timeout configuration like so: + + export CONAN_REQUEST_TIMEOUT=320 + ### Running Cloe Since Cloe is made up of many packages, running the Cloe engine directly is