Skip to content

Commit

Permalink
lowering create item count in streaming batch test since it seems to …
Browse files Browse the repository at this point in the history
…be hardware dependent and Travis boxes are failing (yet again)
  • Loading branch information
maxdemarzi committed Apr 29, 2014
1 parent 88ee2d4 commit 0a51c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/integration/rest_batch_streaming_spec.rb
Expand Up @@ -27,9 +27,9 @@
batch_result.last["body"]["self"].split('/').last.should == "0"
end

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

0 comments on commit 0a51c93

Please sign in to comment.