Skip to content

Commit

Permalink
Merge branch '4.0.1-post' into 4.0.2-post
Browse files Browse the repository at this point in the history
  • Loading branch information
bbejeck committed Aug 20, 2019
2 parents 9b376d0 + abceb2a commit 169df6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,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;
}, 20000, "Timed out reading orders.");
}, 40000, "Timed out reading orders.");
consumer.close();
return actualValues;
}
Expand Down

0 comments on commit 169df6e

Please sign in to comment.