Increase config fetcher timeout to 20s

This is to make sure timeout doesn't show up for users from APAC / EMEA regions

Bug: b/283828386
Change-Id: Ie04352553494634070e4c5e83a68b3004fbdf88c
This commit is contained in:
Kousik Kumar
2023-06-06 17:29:11 -04:00
parent ac985b9c59
commit a3a2af6b64

View File

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