1
0
Fork 0

Add network timeout issue to troubleshooting docs, fixes #11036

pull/11158/head
Jordi Boggiano 2022-10-27 16:58:13 +02:00
parent c65687604e
commit bc29ffa500
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 13 additions and 0 deletions

View File

@ -78,6 +78,19 @@ indirectly) back on the root package itself, issues can occur in two cases:
CI env vars.
## Network timeout issues, curl error
If you see something along the lines of:
```
Failed to download * curl error 28 while downloading * Operation timed out after 300000 milliseconds
```
It means your network is probably so slow that a request took over 300seconds to complete. This is the
minimum timeout Composer will use, but you can increase it by increasing the `default_socket_timeout`
value in your php.ini to something higher.
## Package not found in a Jenkins-build
1. Check the ["Package not found"](#package-not-found) item above.