Merge "Increase config fetcher timeout to 20s"

This commit is contained in:
Treehugger Robot 2023-06-15 18:37:53 +00:00 committed by Gerrit Code Review
commit d34e4c72f3

View file

@ -42,7 +42,7 @@ const (
jsonSuffix = "json"
configFetcher = "vendor/google/tools/soong/expconfigfetcher"
envConfigFetchTimeout = 10 * time.Second
envConfigFetchTimeout = 20 * time.Second
)
var (