From 0671f229ac8991ccac5373bb28ab37a46ef5d2c3 Mon Sep 17 00:00:00 2001 From: Keeley Hammond Date: Thu, 2 Jun 2022 14:12:10 -0700 Subject: [PATCH] chore: increase timeout for electron-build step (#34427) --- .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 c37b1ecd67a0..88fd0051fa11 100644 --- a/.circleci/config/base.yml +++ b/.circleci/config/base.yml @@ -549,7 +549,7 @@ step-gn-check: &step-gn-check step-electron-build: &step-electron-build run: name: Electron build - no_output_timeout: 30m + no_output_timeout: 60m command: | # On arm platforms we generate a cross-arch ffmpeg that ninja does not seem # to realize is not correct / should be rebuilt. We delete it here so it is