Skip to content

Commit

Permalink
Merge branch '3.3.3-post' into 3.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ableegoldman committed Aug 22, 2019
2 parents 4c9bf0c + 690d6e1 commit 47ea373
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,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 47ea373

Please sign in to comment.