Browse Source

Merge "Increase config fetcher timeout to 20s"

Treehugger Robot 11 months ago
parent
commit
d34e4c72f3
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 (