From 8a0df1f487449e25ccc9a2bc13e7160fe82bc61d Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Tue, 19 Jul 2022 04:20:16 -0400 Subject: [PATCH] ci: wait longer for goma to be ready (#34956) --- .circleci/config/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config/base.yml b/.circleci/config/base.yml index b1545fc175f1..2f4d58e751e7 100644 --- a/.circleci/config/base.yml +++ b/.circleci/config/base.yml @@ -346,7 +346,7 @@ step-wait-for-goma: &step-wait-for-goma sleep 5 done echo "Goma ready" - no_output_timeout: 2m + no_output_timeout: 5m step-restore-brew-cache: &step-restore-brew-cache restore_cache: