commit | d34e4c72f33d5a3813b52405779ac0148211a713 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Jun 15 18:37:53 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jun 15 18:37:53 2023 +0000 |
tree | f406d534275e911a735eb6495e929bc6bfacea15 | |
parent | 2428d41268425a6f8f78cd667eace7344590d287 [diff] | |
parent | a3a2af6b64d8dbe899170bb601cc0c4eefe3114d [diff] |
Merge "Increase config fetcher timeout to 20s"
diff --git a/ui/build/config.go b/ui/build/config.go index 523887a..d825754 100644 --- a/ui/build/config.go +++ b/ui/build/config.go
@@ -42,7 +42,7 @@ jsonSuffix = "json" configFetcher = "vendor/google/tools/soong/expconfigfetcher" - envConfigFetchTimeout = 10 * time.Second + envConfigFetchTimeout = 20 * time.Second ) var (