From a3a2af6b64d8dbe899170bb601cc0c4eefe3114d Mon Sep 17 00:00:00 2001 From: Kousik Kumar Date: Tue, 6 Jun 2023 17:29:11 -0400 Subject: [PATCH] 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 --- ui/build/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/build/config.go b/ui/build/config.go index bc0ab33d9..8e837de1f 100644 --- a/ui/build/config.go +++ b/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 (