Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bazel: Increase the HTTP scale timeout to 6.0 (envoyproxy#38266)
The default read timeout is [20 seconds](https://github.com/bazelbuild/bazel/blob/983f4022d0879edc37db8635b59c86e08044bfe8/src/main/java/com/google/devtools/build/lib/bazel/repository/downloader/HttpConnector.java#L60). This PR attempts to increase the read timeout to 120 seconds by increasing the scale timeout factor by 6.0. Signed-off-by: Fredy Wijaya <[email protected]>
- Loading branch information