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

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: