Ver Fonte

cli checks: increase TCP timeout for yarn install on OSX

Mokhtar Naamani há 4 anos atrás
pai
commit
2067c508a3

+ 1 - 1
.github/workflows/joystream-cli.yml

@@ -34,6 +34,6 @@ jobs:
         node-version: ${{ matrix.node-version }}
     - name: build
       run: |
-        yarn install --frozen-lockfile
+        yarn install --frozen-lockfile --network-timeout 120000
         yarn workspace @joystream/types build
         yarn workspace joystream-cli build

+ 2 - 2
.github/workflows/pioneer-pr.yml

@@ -33,7 +33,7 @@ jobs:
         node-version: ${{ matrix.node-version }}
     - name: build
       run: |
-        yarn install --frozen-lockfile
+        yarn install --frozen-lockfile --network-timeout 120000
         yarn workspace pioneer build
 
   pioneer_lint_ubuntu:
@@ -67,5 +67,5 @@ jobs:
         node-version: ${{ matrix.node-version }}
     - name: lint
       run: |
-        yarn install --frozen-lockfile
+        yarn install --frozen-lockfile --network-timeout 120000
         yarn workspace pioneer lint

+ 1 - 1
.github/workflows/types.yml

@@ -33,5 +33,5 @@ jobs:
         node-version: ${{ matrix.node-version }}
     - name: build
       run: |
-        yarn install --frozen-lockfile
+        yarn install --frozen-lockfile --network-timeout 120000
         yarn workspace @joystream/types build