Drop back to original iterations now and give some extra time on test

timeouts.
This commit is contained in:
Timothy Bish 2016-04-19 12:54:02 -04:00
parent 34eb1ee959
commit 8a30026e82
1 changed files with 5 additions and 5 deletions

View File

@ -49,7 +49,7 @@ public class QueueZeroPrefetchLazyDispatchPriorityTest {
private static final Logger LOG = LoggerFactory.getLogger(QueueZeroPrefetchLazyDispatchPriorityTest.class); private static final Logger LOG = LoggerFactory.getLogger(QueueZeroPrefetchLazyDispatchPriorityTest.class);
private final byte[] PAYLOAD = new byte[] { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; private final byte[] PAYLOAD = new byte[] { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 };
private final int ITERATIONS = 10; private final int ITERATIONS = 6;
private BrokerService broker; private BrokerService broker;
@ -67,7 +67,7 @@ public class QueueZeroPrefetchLazyDispatchPriorityTest {
} }
} }
@Test(timeout=90000) @Test(timeout=120000)
public void testPriorityMessages() throws Exception { public void testPriorityMessages() throws Exception {
for (int i = 0; i < ITERATIONS; i++) { for (int i = 0; i < ITERATIONS; i++) {
@ -125,7 +125,7 @@ public class QueueZeroPrefetchLazyDispatchPriorityTest {
} }
} }
@Test(timeout=90000) @Test(timeout=120000)
public void testLongLivedPriorityConsumer() throws Exception { public void testLongLivedPriorityConsumer() throws Exception {
final int numToSend = 150; final int numToSend = 150;
@ -160,7 +160,7 @@ public class QueueZeroPrefetchLazyDispatchPriorityTest {
} }
} }
@Test(timeout=90000) @Test(timeout=120000)
public void testPriorityMessagesWithJmsBrowser() throws Exception { public void testPriorityMessagesWithJmsBrowser() throws Exception {
final int numToSend = 250; final int numToSend = 250;
@ -197,7 +197,7 @@ public class QueueZeroPrefetchLazyDispatchPriorityTest {
} }
} }
@Test(timeout=90000) @Test(timeout=120000)
public void testJmsBrowserGetsPagedIn() throws Exception { public void testJmsBrowserGetsPagedIn() throws Exception {
final int numToSend = 10; final int numToSend = 10;