Skip to content

Commit 6a7928d

Browse files
committed
ci: bump yarn network timeout
1 parent 6a10e8c commit 6a7928d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- v1-vue-cli-{{ .Branch }}-{{ checksum "yarn.lock" }}
1616
- v1-vue-cli-{{ .Branch }}-
1717
- v1-vue-cli
18-
- run: yarn
18+
- run: yarn --network-timeout 600000
1919
- save_cache:
2020
key: v1-vue-cli-{{ .Branch }}-{{ checksum "yarn.lock" }}
2121
paths:

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ environment:
33

44
install:
55
- ps: Install-Product node $env:nodejs_version
6-
- yarn
6+
- yarn --network-timeout 600000
77

88
test_script:
99
- git --version

0 commit comments

Comments
 (0)