mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
ci: increase "gclient sync" output timeout (#40963)
ci: increase gclient output timeout
This commit is contained in:
@@ -289,6 +289,7 @@ step-depot-tools-add-to-path: &step-depot-tools-add-to-path
|
||||
step-gclient-sync: &step-gclient-sync
|
||||
run:
|
||||
name: Gclient sync
|
||||
no_output_timeout: 30m
|
||||
command: |
|
||||
# If we did not restore a complete sync then we need to sync for realz
|
||||
if [ ! -s "src/electron/.circle-sync-done" ]; then
|
||||
|
||||
Reference in New Issue
Block a user