We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a10e8c commit 6a7928dCopy full SHA for 6a7928d
.circleci/config.yml
@@ -15,7 +15,7 @@ jobs:
15
- v1-vue-cli-{{ .Branch }}-{{ checksum "yarn.lock" }}
16
- v1-vue-cli-{{ .Branch }}-
17
- v1-vue-cli
18
- - run: yarn
+ - run: yarn --network-timeout 600000
19
- save_cache:
20
key: v1-vue-cli-{{ .Branch }}-{{ checksum "yarn.lock" }}
21
paths:
appveyor.yml
@@ -3,7 +3,7 @@ environment:
3
4
install:
5
- ps: Install-Product node $env:nodejs_version
6
- - yarn
+ - yarn --network-timeout 600000
7
8
test_script:
9
- git --version
0 commit comments