Skip to content

Commit

Permalink
Merge branch '5.1.1-post' into 5.1.2-post
Browse files Browse the repository at this point in the history
  • Loading branch information
bbejeck committed Aug 20, 2019
2 parents e7d3b40 + 8749f5a commit c18d6bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ private static <K, V> List<KeyValue<K, V>> readKeysAndValues(final int numberToR
actualValues.add(KeyValue.pair(record.key(), record.value()));
}
return actualValues.size() == numberToRead;
}, 30000, "Timed out reading orders.");
}, 40000, "Timed out reading orders.");
consumer.close();
return actualValues;
}
Expand Down

0 comments on commit c18d6bf

Please sign in to comment.