From b8f0cfd6e34bc1285e952072a8c8a0eeafd8918c Mon Sep 17 00:00:00 2001
From: Yamagishi Kazutoshi <ykzts@desire.sh>
Date: Sun, 22 Apr 2018 04:36:22 +0900
Subject: Add parallel test processors (#7215)

---
 .circleci/config.yml | 7 ++-----
 .env.test            | 2 ++
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index e3a9628ac..c5d6ec9d1 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -6,13 +6,10 @@ aliases:
       - image: circleci/ruby:2.5.1-stretch-node
         environment: &ruby_environment
           BUNDLE_APP_CONFIG: ./.bundle/
-          RAILS_ENV: test
-          NODE_ENV: test
           DB_HOST: localhost
           DB_USER: root
-          LOCAL_DOMAIN: cb6e6126.ngrok.io
-          LOCAL_HTTPS: true
-          PARALLEL_TEST_PROCESSORS: 2
+          RAILS_ENV: test
+          PARALLEL_TEST_PROCESSORS: 4
           ALLOW_NOPAM: true
     working_directory: ~/projects/mastodon/
 
diff --git a/.env.test b/.env.test
index 7da76f8ef..726351c5e 100644
--- a/.env.test
+++ b/.env.test
@@ -1,3 +1,5 @@
+# Node.js
+NODE_ENV=test
 # Federation
 LOCAL_DOMAIN=cb6e6126.ngrok.io
 LOCAL_HTTPS=true
-- 
cgit