Skip to content

Commit

Permalink
build: use a large machine for node tests as they run on N cores
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Jul 24, 2019
1 parent a46e459 commit 6d83eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ jobs:
<<: *steps-test-nan

linux-x64-testing-node:
<<: *machine-linux-medium
<<: *machine-linux-2xlarge
environment:
<<: *env-linux-medium
<<: *env-headless-testing
Expand Down Expand Up @@ -1437,7 +1437,7 @@ jobs:
<<: *steps-test-nan

linux-ia32-testing-node:
<<: *machine-linux-medium
<<: *machine-linux-2xlarge
environment:
<<: *env-linux-medium
<<: *env-ia32
Expand Down

0 comments on commit 6d83eaa

Please sign in to comment.