From 3f436a67e2107251f79592d9c2c573f285000759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20S=C3=B6derberg?= Date: Fri, 6 Jun 2014 20:15:19 +0200 Subject: [PATCH] Bump retries and backoff time in integration tests Intermittent failures on Travis == not cool. --- spec/integration/heller_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/integration/heller_spec.rb b/spec/integration/heller_spec.rb index c0e019f..12c2ec0 100644 --- a/spec/integration/heller_spec.rb +++ b/spec/integration/heller_spec.rb @@ -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