Skip to content

Commit

Permalink
squash: set number of theads to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Feb 5, 2018
1 parent df3800d commit fdfd826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cctest/node_test_fixture.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class NodeTestFixture : public ::testing::Test {
v8::Isolate* isolate_;

static void SetUpTestCase() {
platform.reset(new node::NodePlatform(8, nullptr));
platform.reset(new node::NodePlatform(4, nullptr));
tracing_controller.reset(new v8::TracingController());
allocator.reset(v8::ArrayBuffer::Allocator::NewDefaultAllocator());
params.array_buffer_allocator = allocator.get();
Expand Down

0 comments on commit fdfd826

Please sign in to comment.