Browse Source

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
Kousik Kumar 1 year ago
parent
commit
a3a2af6b64
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ui/build/config.go

+ 1 - 1
ui/build/config.go

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