ci: increase "gclient sync" output timeout (#40963)
ci: increase gclient output timeout
This commit is contained in:
parent
8b9eb518a9
commit
be4eb4e8a7
1 changed files with 1 additions and 0 deletions
|
@ -289,6 +289,7 @@ step-depot-tools-add-to-path: &step-depot-tools-add-to-path
|
||||||
step-gclient-sync: &step-gclient-sync
|
step-gclient-sync: &step-gclient-sync
|
||||||
run:
|
run:
|
||||||
name: Gclient sync
|
name: Gclient sync
|
||||||
|
no_output_timeout: 30m
|
||||||
command: |
|
command: |
|
||||||
# If we did not restore a complete sync then we need to sync for realz
|
# If we did not restore a complete sync then we need to sync for realz
|
||||||
if [ ! -s "src/electron/.circle-sync-done" ]; then
|
if [ ! -s "src/electron/.circle-sync-done" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue