Skip to content

Commit

Permalink
Increase number of messages published in this test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed May 15, 2016
1 parent 3148293 commit 51b35b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/stress/concurrent_consumers_stress_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def any_not_drained?(qs)
let(:colors) { ["red", "blue", "white"] }

let(:n) { 32 }
let(:m) { 1000 }
let(:m) { 5000 }

it "successfully drain all queues" do
ch0 = @connection.create_channel
Expand Down

0 comments on commit 51b35b1

Please sign in to comment.