Skip to content

Commit

Permalink
reducing size of batch test to 5k
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Jun 18, 2013
1 parent da919e8 commit 5a3a9d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/integration/rest_batch_streaming_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
batch_result.last["body"]["data"]["name"].should == "Max 999"
end

it "can send a 10000 item batch" do
it "can send a 5000 item batch" do
commands = []
10000.times do |x|
5000.times do |x|
commands << [:get_node, 0]
end
batch_result = @neo.batch *commands
Expand Down

0 comments on commit 5a3a9d0

Please sign in to comment.