Skip to content

Commit 5f85d61

Browse files
authored
Reduce CircleCI browser cores to 2. (#25220)
#25201 (comment)
1 parent 446a263 commit 5f85d61

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ commands:
316316
EMTEST_DETECT_TEMPFILE_LEAKS: "0"
317317
EMTEST_HEADLESS: "1"
318318
EMTEST_BROWSER: "/usr/bin/google-chrome"
319+
EMTEST_CORES: "2"
319320
command: |
320321
# There are tests in the browser test suite that using libraries
321322
# that are not included by "./embuilder build ALL". For example the
@@ -378,6 +379,7 @@ commands:
378379
EMTEST_LACKS_OFFSCREEN_CANVAS: "1"
379380
EMTEST_DETECT_TEMPFILE_LEAKS: "0"
380381
EMTEST_HEADLESS: "1"
382+
EMTEST_CORES: "2"
381383
DISPLAY: ":0"
382384
command: |
383385
export EMTEST_BROWSER="$HOME/firefox/firefox"
@@ -405,6 +407,7 @@ commands:
405407
EMTEST_DETECT_TEMPFILE_LEAKS: "0"
406408
EMTEST_HEADLESS: "1"
407409
EMTEST_BROWSER: "/usr/bin/google-chrome"
410+
EMTEST_CORES: "2"
408411
command: |
409412
test/runner sockets
410413
- upload-test-results

0 commit comments

Comments
 (0)