chore: increase timeout for electron-build step (#34427)
This commit is contained in:
parent
539a53786c
commit
0671f229ac
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue