chore: increase timeout for electron-build step (#34427)

This commit is contained in:
Keeley Hammond
2022-06-02 14:12:10 -07:00
committed by GitHub
parent 539a53786c
commit 0671f229ac

View File

@@ -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