mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-18 20:47:51 +00:00
Increase network timeout for material-design-icons
This commit is contained in:
parent
d641cc6ce6
commit
4700a153cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user