ci: bump yarn network timeout

This commit is contained in:
Evan You
2018-06-13 01:07:24 -04:00
parent 6a10e8c867
commit 6a7928d583
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- v1-vue-cli-{{ .Branch }}-{{ checksum "yarn.lock" }}
- v1-vue-cli-{{ .Branch }}-
- v1-vue-cli
- run: yarn
- run: yarn --network-timeout 600000
- save_cache:
key: v1-vue-cli-{{ .Branch }}-{{ checksum "yarn.lock" }}
paths:

View File

@@ -3,7 +3,7 @@ environment:
install:
- ps: Install-Product node $env:nodejs_version
- yarn
- yarn --network-timeout 600000
test_script:
- git --version