Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Up the heap size for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrowning committed Jan 31, 2017
1 parent 096ffb2 commit c8eca9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/Rakefile
Expand Up @@ -5,7 +5,7 @@ require 'rspec/core'
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:real_spec) do |config|
config.pattern = './spec/*_spec.rb'
config.ruby_opts = '-J-Xmx1024m'
config.ruby_opts = '-J-Xmx1536m'
end
task(:real_spec).clear_comments

Expand Down

0 comments on commit c8eca9f

Please sign in to comment.