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