Merge "Increase config fetcher timeout to 20s"
This commit is contained in:
commit
d34e4c72f3
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ const (
|
|||
jsonSuffix = "json"
|
||||
|
||||
configFetcher = "vendor/google/tools/soong/expconfigfetcher"
|
||||
envConfigFetchTimeout = 10 * time.Second
|
||||
envConfigFetchTimeout = 20 * time.Second
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in a new issue