We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27046d commit 8514c9bCopy full SHA for 8514c9b
selenium/amqp10-roundtriptest/src/main/java/com/rabbitmq/amqp1_0/RoundTripTest.java
@@ -83,9 +83,7 @@ public static void main(String args[]) throws Exception {
83
Message.DEFAULT_TIME_TO_LIVE);
84
TextMessage receivedMessage = (TextMessage) messageConsumer.receive(2000L);
85
86
- assertEquals(message.getText(), receivedMessage.getText());
87
-
88
- Thread.sleep(60000);
+ assertEquals(message.getText(), receivedMessage.getText());
89
}
90
91
private static Connection createConnection(ConnectionFactory factory,
0 commit comments