Skip to content

Commit

Permalink
Test: restore less retries on file output from Kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Aug 29, 2021
1 parent 490884c commit 6d4bbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/integration/specs/kafka_input_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
require "logstash/devutils/rspec/spec_helper"

describe "Test Kafka Input" do
let(:num_retries) { 90 }
let(:num_retries) { 60 }
let(:num_events) { 37 }

before(:all) {
Expand Down

0 comments on commit 6d4bbbe

Please sign in to comment.