ci: update timeout on breakpad generation to 30 minutes (#24382)
This commit is contained in:
parent
6bd30bf09e
commit
22e64dc328
1 changed files with 1 additions and 0 deletions
|
@ -707,6 +707,7 @@ step-hunspell-store: &step-hunspell-store
|
||||||
step-maybe-generate-breakpad-symbols: &step-maybe-generate-breakpad-symbols
|
step-maybe-generate-breakpad-symbols: &step-maybe-generate-breakpad-symbols
|
||||||
run:
|
run:
|
||||||
name: Generate breakpad symbols
|
name: Generate breakpad symbols
|
||||||
|
no_output_timeout: 30m
|
||||||
command: |
|
command: |
|
||||||
if [ "$GENERATE_SYMBOLS" == "true" ]; then
|
if [ "$GENERATE_SYMBOLS" == "true" ]; then
|
||||||
cd src
|
cd src
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue