소스 검색

Merge "Increase config fetcher timeout to 20s"

Treehugger Robot 11 달 전
부모
커밋
d34e4c72f3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 (