Skip to content

Commit

Permalink
ci: wait longer for goma to be ready (#34965)
Browse files Browse the repository at this point in the history
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
  • Loading branch information
trop[bot] and jkleinsc committed Jul 19, 2022
1 parent f0ae458 commit 7e06da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config/base.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 7e06da2

Please sign in to comment.