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
Copy file name to clipboardExpand all lines: docs/faq.md
+7
Original file line number
Diff line number
Diff line change
@@ -223,3 +223,10 @@ RUN poetry install --no-dev
223
223
224
224
The two key options we are using here are `--no-root` (skips installing the project source) and `--no-directory` (skips installing any local directory path dependencies, you can omit this if you don't have any).
225
225
[More information on the options available for `poetry install`]({{< relref "cli#install" >}}).
226
+
227
+
228
+
### My requests are timing out!
229
+
230
+
Poetry's default HTTP request timeout is 15 seconds, the same as `pip`.
231
+
Similar to `PIP_REQUESTS_TIMEOUT`, the **experimental** environment variable `POETRY_REQUESTS_TIMEOUT`
0 commit comments