ARTEMIS-430 - [Artemis Testsuite] ClosingConnectionTest#testKillConnection fails
This commit is contained in:
parent
83738d0902
commit
9b60e558eb
|
@ -136,7 +136,7 @@ public class ClosingConnectionTest extends ActiveMQTestBase {
|
|||
|
||||
readyToKill = true;
|
||||
try {
|
||||
for (int i = 0; i < 8; i++) {
|
||||
for (int i = 0; i < 10; i++) {
|
||||
producer.send(message);
|
||||
}
|
||||
fail("Sending message here should result in failure.");
|
||||
|
|
Loading…
Reference in New Issue