Skip to content

Commit 114fd80

Browse files
author
Alexandru Scvortov
committed
wait for infinity
1 parent 44539ad commit 114fd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/com/rabbitmq/client/test/CloseInMainLoop.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void handleConsumerException(Channel channel,
6666
"Internal error in Consumer " + consumerTag,
6767
false,
6868
exception,
69-
AMQConnection.CONNECTION_CLOSING_TIMEOUT,
69+
-1,
7070
false);
7171
} catch (Throwable e) {
7272
// Man, this clearly isn't our day.

0 commit comments

Comments
 (0)