Skip to content

Commit

Permalink
Merge pull request #5870 from dannon/yarn-network-timeout
Browse files Browse the repository at this point in the history
Increase yarn's network timeout
  • Loading branch information
jmchilton committed Apr 9, 2018
2 parents d9efb4f + fefd686 commit ed72b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -141,7 +141,7 @@ ifndef YARN
@echo "Could not find yarn, which is required to build the Galaxy client.\nTo install yarn, please visit \033[0;34mhttps://yarnpkg.com/en/docs/install\033[0m for instructions, and package information for all platforms.\n"
false;
else
cd client && yarn install --check-files
cd client && yarn install --network-timeout 120000 --check-files
endif


Expand Down

0 comments on commit ed72b94

Please sign in to comment.