Skip to content

Commit 22e64dc

Browse files
author
John Kleinschmidt
authored
ci: update timeout on breakpad generation to 30 minutes (electron#24382)
1 parent 6bd30bf commit 22e64dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,7 @@ step-hunspell-store: &step-hunspell-store
707707
step-maybe-generate-breakpad-symbols: &step-maybe-generate-breakpad-symbols
708708
run:
709709
name: Generate breakpad symbols
710+
no_output_timeout: 30m
710711
command: |
711712
if [ "$GENERATE_SYMBOLS" == "true" ]; then
712713
cd src

0 commit comments

Comments
 (0)