ARTEMIS-430 - [Artemis Testsuite] ClosingConnectionTest#testKillConnection fails

This commit is contained in:
Erich Duda 2016-03-11 07:25:34 +01:00
parent 83738d0902
commit 9b60e558eb
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ public class ClosingConnectionTest extends ActiveMQTestBase {
readyToKill = true; readyToKill = true;
try { try {
for (int i = 0; i < 8; i++) { for (int i = 0; i < 10; i++) {
producer.send(message); producer.send(message);
} }
fail("Sending message here should result in failure."); fail("Sending message here should result in failure.");