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
|
step-electron-build: &step-electron-build
|
||||||
run:
|
run:
|
||||||
name: Electron build
|
name: Electron build
|
||||||
no_output_timeout: 30m
|
no_output_timeout: 60m
|
||||||
command: |
|
command: |
|
||||||
# On arm platforms we generate a cross-arch ffmpeg that ninja does not seem
|
# 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
|
# to realize is not correct / should be rebuilt. We delete it here so it is
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue