Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
ci: wait longer for goma to be ready (electron#34956)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinsc authored and khalwa committed Feb 22, 2023
1 parent 8e0775c commit 3211b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config/base.yml
Original file line number Diff line number Diff line change
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 3211b84

Please sign in to comment.