Skip to content

Commit

Permalink
GH-642: Increase test timeout
Browse files Browse the repository at this point in the history
Fixes #642
  • Loading branch information
garyrussell committed Apr 4, 2018
1 parent ba0faa4 commit e6985e8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -581,7 +581,7 @@ private void testAckOnErrorWithManualImmediateGuts(String topic, boolean ackOnEr

// only one message should be acknowledged, because second, starting with "b"
// will throw RuntimeException and acknowledge() method will not invoke on it
for (int i = 0; i < 100; i++) {
for (int i = 0; i < 300; i++) {
if (consumer.position(new TopicPartition(topic, 0)) == 1) {
break;
}
Expand Down

0 comments on commit e6985e8

Please sign in to comment.