ci: increase "gclient sync" output timeout (#40963)

ci: increase gclient output timeout
This commit is contained in:
Keeley Hammond 2024-01-11 11:56:22 -08:00 committed by GitHub
parent 8b9eb518a9
commit be4eb4e8a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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