From 9b60e558eb894c9303c20712743a61f3c3a27f82 Mon Sep 17 00:00:00 2001 From: Erich Duda Date: Fri, 11 Mar 2016 07:25:34 +0100 Subject: [PATCH] ARTEMIS-430 - [Artemis Testsuite] ClosingConnectionTest#testKillConnection fails --- .../artemis/tests/extras/byteman/ClosingConnectionTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/byteman/ClosingConnectionTest.java b/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/byteman/ClosingConnectionTest.java index e5698f26aa..afef1d28bf 100644 --- a/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/byteman/ClosingConnectionTest.java +++ b/tests/extra-tests/src/test/java/org/apache/activemq/artemis/tests/extras/byteman/ClosingConnectionTest.java @@ -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.");