From c09c6c45e179174fa804721230c837056f356438 Mon Sep 17 00:00:00 2001 From: Csaba Apagyi Date: Tue, 19 Sep 2017 01:21:03 +0200 Subject: [PATCH] Makes memory tests more stable --- spec/json/streamer_memory_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/json/streamer_memory_spec.rb b/spec/json/streamer_memory_spec.rb index 9b47bac..2c6f755 100644 --- a/spec/json/streamer_memory_spec.rb +++ b/spec/json/streamer_memory_spec.rb @@ -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 }