Increase network timeout for material-design-icons

This commit is contained in:
ziajka 2018-07-06 13:06:29 +02:00
parent d641cc6ce6
commit 4700a153cc

View File

@ -24,9 +24,10 @@ jobs:
name: Install project
# there is an issue with yarn and cache during executed on CI; for now we just run it twice, second should
# be successful. Check it later if updates fixed the issue
# increased timeout is for material-design-icons
command: |
yarn || true
yarn || true
yarn install --network-timeout 1000000
# - save_cache:
# name: Save Yarn Package Cache