ci: wait longer for goma to be ready (#34956)
This commit is contained in:
parent
c4cde78818
commit
8a0df1f487
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ step-wait-for-goma: &step-wait-for-goma
|
|||
sleep 5
|
||||
done
|
||||
echo "Goma ready"
|
||||
no_output_timeout: 2m
|
||||
no_output_timeout: 5m
|
||||
|
||||
step-restore-brew-cache: &step-restore-brew-cache
|
||||
restore_cache:
|
||||
|
|
Loading…
Reference in a new issue