Skip to content

Commit

Permalink
Bump retries and backoff time in integration tests
Browse files Browse the repository at this point in the history
Intermittent failures on Travis == not cool.
  • Loading branch information
mthssdrbrg committed Jun 6, 2014
1 parent d302010 commit 3f436a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/heller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module Heller
describe 'end-to-end communication' do
let :producer do
Producer.new('localhost:9092', client_id: 'spec-producer', batch_size: 1)
Producer.new('localhost:9092', client_id: 'spec-producer', batch_size: 1, num_retries: 10, retry_backoff: 1000)
end

let :consumer do
Expand Down

0 comments on commit 3f436a6

Please sign in to comment.