From 5c3e9e6a2e802f9b36051296829241ce626e00b5 Mon Sep 17 00:00:00 2001 From: Carlos Valente <34649812+cpvalente@users.noreply.github.com> Date: Fri, 1 Jul 2022 08:02:53 +0200 Subject: [PATCH] hotfix/network: increase network timeout (#170) --- .github/workflows/build.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85f4138e5..2aa905a32 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: # React - name: React - Install dependencies - run: yarn install --frozen-lockfile + run: yarn install --frozen-lockfile --network-timeout 300000 working-directory: ./client - name: React - Build project @@ -32,13 +32,13 @@ jobs: # Node server - name: Server - Install dependencies - run: yarn install --frozen-lockfile --production + run: yarn install --frozen-lockfile --production --network-timeout 300000 working-directory: ./server/src # App - name: Electron - Install dependencies shell: bash - run: yarn install --frozen-lockfile && yarn setdb + run: yarn install --frozen-lockfile --network-timeout 300000 && yarn setdb working-directory: ./server - name: Electron - Build app run: yarn dist-mac @@ -67,7 +67,7 @@ jobs: # React - name: React - Install dependencies - run: yarn install --frozen-lockfile + run: yarn install --frozen-lockfile --network-timeout 300000 working-directory: ./client - name: React - Build project @@ -76,13 +76,13 @@ jobs: # Node server - name: Server - Install dependencies - run: yarn install --frozen-lockfile --production + run: yarn install --frozen-lockfile --production --network-timeout 300000 working-directory: ./server/src # App - name: Electron - Install dependencies shell: bash - run: yarn install --frozen-lockfile && yarn setdb + run: yarn install --frozen-lockfile --network-timeout 300000 && yarn setdb working-directory: ./server - name: Electron - Build app run: yarn dist-win @@ -111,7 +111,7 @@ jobs: # React - name: React - Install dependencies - run: yarn install --frozen-lockfile + run: yarn install --frozen-lockfile --network-timeout 300000 working-directory: ./client - name: React - Build project @@ -120,13 +120,13 @@ jobs: # Node server - name: Server - Install dependencies - run: yarn install --frozen-lockfile --production + run: yarn install --frozen-lockfile --production --network-timeout 300000 working-directory: ./server/src # App - name: Electron - Install dependencies shell: bash - run: yarn install && yarn setdb + run: yarn install --frozen-lockfile --network-timeout 300000 && yarn setdb working-directory: ./server - name: Electron - Build app run: yarn dist-linux @@ -157,7 +157,7 @@ jobs: # React - name: React - Install dependencies - run: yarn install + run: yarn install --network-timeout 300000 working-directory: ./client - name: React - Build project @@ -166,7 +166,7 @@ jobs: # Node server - name: Server - Install dependencies - run: yarn install --frozen-lockfile --production + run: yarn install --frozen-lockfile --production --network-timeout 300000 working-directory: ./server/src # Login to docker