Skip to content

Commit

Permalink
Makes memory tests more stable
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismydesign committed Sep 18, 2017
1 parent f853c95 commit c09c6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/json/streamer_memory_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
let!(:json_file_mock) { StringIO.new(JSON.generate(hash)) }

context 'without streaming' do
let(:size) { 2**16 }
let(:size) { 2**17 }

context 'array of objects parsed with JSON::Stream' do
let(:content) { example_hash }
Expand Down

0 comments on commit c09c6c4

Please sign in to comment.