Skip to content

Commit

Permalink
chore(build): Increase yarn install network-timeout (#8751)
Browse files Browse the repository at this point in the history
This change increases the timeout to `yarn install` to stabilize the Gitpod prebuilds.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
svenefftinge authored Jun 29, 2020
1 parent 05aaf42 commit 487033a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export NODE_OPTIONS="--max-old-space-size=4096 ${NODE_OPTIONS:-}"

echo "============================================================================================="
echo "installing..."
yarn install --frozen-lockfile
yarn install --frozen-lockfile --network-timeout 1000000

fail() {
echo "❌ Last command failed. Scroll up to see errors in log (search for '!!!!!!!!')."
Expand Down

0 comments on commit 487033a

Please sign in to comment.