Skip to content

Commit

Permalink
ci: bump yarn network timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 13, 2018
1 parent 6a10e8c commit 6a7928d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ environment:

install:
- ps: Install-Product node $env:nodejs_version
- yarn
- yarn --network-timeout 600000

test_script:
- git --version
Expand Down

0 comments on commit 6a7928d

Please sign in to comment.