Merge "Increase config fetcher timeout to 20s"
This commit is contained in:
@@ -42,7 +42,7 @@ const (
|
||||
jsonSuffix = "json"
|
||||
|
||||
configFetcher = "vendor/google/tools/soong/expconfigfetcher"
|
||||
envConfigFetchTimeout = 10 * time.Second
|
||||
envConfigFetchTimeout = 20 * time.Second
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user