Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: increase
solc
download timeout window to 10 minutes from 2 mi…
…nutes (#133) From foundry-rs/foundry#8507: Downloading the solc compiler is timing out too quickly. This makes it impossible to use forge with slow internet speeds. ``` $ forge build -- --vvvv Error: error decoding response body Context: - Error #0: request or response body error - Error #1: operation timed out ``` ### Cause - The solc binary size for mac has increased from 37MB to 79MB since v0.8.23. - The timeout for forge to download the binary is less than 3 minutes. - On a slow internet connection, there is not enough time for the download to complete before timing out. ### Solution - Increase the timeout limit for downloads to 10 minutes Closes: foundry-rs/foundry#8507
- Loading branch information