From 5f20ce95815ee7205d85482183ec48ee78c8482e Mon Sep 17 00:00:00 2001 From: Alexandru Dima Date: Mon, 14 Dec 2020 13:41:08 +0100 Subject: [PATCH] Increase yarn's network timeout --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f647bc51c448d..c9888dcd85dab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }} env: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 - run: yarn --frozen-lockfile + run: yarn --frozen-lockfile --network-timeout 180000 - name: Run Hygiene Checks run: yarn gulp hygiene @@ -87,7 +87,7 @@ jobs: if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }} env: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 - run: yarn --frozen-lockfile + run: yarn --frozen-lockfile --network-timeout 180000 - name: Cache compiled core code id: cacheCompiledCoreCode @@ -140,7 +140,7 @@ jobs: if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }} env: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 - run: yarn --frozen-lockfile + run: yarn --frozen-lockfile --network-timeout 180000 - name: Cache compiled extensions code id: cacheCompiledExtensionsCode @@ -305,7 +305,7 @@ jobs: if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }} env: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 - run: yarn --frozen-lockfile + run: yarn --frozen-lockfile --network-timeout 180000 build-darwin-unit-tests: name: "Build: macOS Unit Tests" @@ -497,7 +497,7 @@ jobs: if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }} env: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 - run: yarn --frozen-lockfile + run: yarn --frozen-lockfile --network-timeout 180000 - name: Compile and Download run: yarn concurrently --max_old_space_size=4095 --names "compile,electron,playwright,builtin-extensions" "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile" "yarn electron x64" "node ./node_modules/playwright/install.js" "yarn download-builtin-extensions" @@ -563,7 +563,7 @@ jobs: if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }} env: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 - run: yarn --frozen-lockfile + run: yarn --frozen-lockfile --network-timeout 180000 - name: Compile and Download run: yarn concurrently --max_old_space_size=4095 --names "compile,electron,playwright,builtin-extensions" "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile" "yarn electron x64" "node ./node_modules/playwright/install.js" "yarn download-builtin-extensions" @@ -611,7 +611,7 @@ jobs: if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }} env: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 - run: yarn --frozen-lockfile + run: yarn --frozen-lockfile --network-timeout 180000 - name: Compile and Download run: yarn concurrently --max_old_space_size=4095 --names "compile,electron,playwright,builtin-extensions" "yarn compile" "yarn electron x64" "node ./node_modules/playwright/install.js" "yarn download-builtin-extensions" @@ -648,7 +648,7 @@ jobs: if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }} env: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 - run: yarn --frozen-lockfile + run: yarn --frozen-lockfile --network-timeout 180000 - name: Run Monaco Editor Checks run: yarn monaco-compile-check