|
45 | 45 | if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
|
46 | 46 | env:
|
47 | 47 | PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
48 |
| - run: yarn --frozen-lockfile |
| 48 | + run: yarn --frozen-lockfile --network-timeout 180000 |
49 | 49 |
|
50 | 50 | - name: Run Hygiene Checks
|
51 | 51 | run: yarn gulp hygiene
|
|
87 | 87 | if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
|
88 | 88 | env:
|
89 | 89 | PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
90 |
| - run: yarn --frozen-lockfile |
| 90 | + run: yarn --frozen-lockfile --network-timeout 180000 |
91 | 91 |
|
92 | 92 | - name: Cache compiled core code
|
93 | 93 | id: cacheCompiledCoreCode
|
@@ -140,7 +140,7 @@ jobs:
|
140 | 140 | if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
|
141 | 141 | env:
|
142 | 142 | PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
143 |
| - run: yarn --frozen-lockfile |
| 143 | + run: yarn --frozen-lockfile --network-timeout 180000 |
144 | 144 |
|
145 | 145 | - name: Cache compiled extensions code
|
146 | 146 | id: cacheCompiledExtensionsCode
|
@@ -305,7 +305,7 @@ jobs:
|
305 | 305 | if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
|
306 | 306 | env:
|
307 | 307 | PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
308 |
| - run: yarn --frozen-lockfile |
| 308 | + run: yarn --frozen-lockfile --network-timeout 180000 |
309 | 309 |
|
310 | 310 | build-darwin-unit-tests:
|
311 | 311 | name: "Build: macOS Unit Tests"
|
@@ -497,7 +497,7 @@ jobs:
|
497 | 497 | if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
|
498 | 498 | env:
|
499 | 499 | PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
500 |
| - run: yarn --frozen-lockfile |
| 500 | + run: yarn --frozen-lockfile --network-timeout 180000 |
501 | 501 |
|
502 | 502 | - name: Compile and Download
|
503 | 503 | 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:
|
563 | 563 | if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
|
564 | 564 | env:
|
565 | 565 | PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
566 |
| - run: yarn --frozen-lockfile |
| 566 | + run: yarn --frozen-lockfile --network-timeout 180000 |
567 | 567 |
|
568 | 568 | - name: Compile and Download
|
569 | 569 | 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:
|
611 | 611 | if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
|
612 | 612 | env:
|
613 | 613 | PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
614 |
| - run: yarn --frozen-lockfile |
| 614 | + run: yarn --frozen-lockfile --network-timeout 180000 |
615 | 615 |
|
616 | 616 | - name: Compile and Download
|
617 | 617 | 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:
|
648 | 648 | if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
|
649 | 649 | env:
|
650 | 650 | PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
|
651 |
| - run: yarn --frozen-lockfile |
| 651 | + run: yarn --frozen-lockfile --network-timeout 180000 |
652 | 652 |
|
653 | 653 | - name: Run Monaco Editor Checks
|
654 | 654 | run: yarn monaco-compile-check
|
|
0 commit comments