chore: increase yarn network timeout (#6053)

This commit is contained in:
Erez Rokah 2021-12-13 14:18:50 +01:00 committed by GitHub
parent f558ce06e3
commit 6206b1ad36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ jobs:
- name: log versions
run: node --version && npm --version && yarn --version
- name: install dependecies
run: yarn --frozen-lockfile && yarn bootstrap
run: yarn --frozen-lockfile --network-timeout 1000000 && yarn bootstrap
- name: run unit tests
run: yarn test:ci
env: