chore(yarnrc): attempt to fix timeout issues when install dependencies

This commit is contained in:
Vince Au
2021-06-14 16:56:32 +10:00
parent 55462d0349
commit d891920036

6
.yarnrc Normal file
View File

@@ -0,0 +1,6 @@
# The default installation timeout is 30s and some big packages
# like the @material-ui/icons package can take longer than that
# to install. So manually increase the timeout to avoid such issues.
# For more info, see: https://github.com/mui-org/material-ui/issues/12432#issuecomment-411046157
network-timeout 500000