From 22e64dc328020825a47acc65f44be929da281041 Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Wed, 1 Jul 2020 11:06:45 -0400 Subject: [PATCH] ci: update timeout on breakpad generation to 30 minutes (#24382) --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index fc3c6c5dd8bc..09674ba54762 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -707,6 +707,7 @@ step-hunspell-store: &step-hunspell-store step-maybe-generate-breakpad-symbols: &step-maybe-generate-breakpad-symbols run: name: Generate breakpad symbols + no_output_timeout: 30m command: | if [ "$GENERATE_SYMBOLS" == "true" ]; then cd src