Skip to content

Commit

Permalink
chore: increase timeout for electron-build step (#34429)
Browse files Browse the repository at this point in the history
Co-authored-by: VerteDinde <vertedinde@electronjs.org>
  • Loading branch information
trop[bot] and VerteDinde committed Jun 2, 2022
1 parent ade2b02 commit dc452de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc452de

Please sign in to comment.