Repository: qpid-jms Updated Branches: refs/heads/master 926fc571d -> 9a8a9c1c6
QPIDJMS-173: give more time to avoid issues on slow shared CI systems Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/9a8a9c1c Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/9a8a9c1c Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/9a8a9c1c Branch: refs/heads/master Commit: 9a8a9c1c6612171519fc64ec735024290b5fd58d Parents: 926fc57 Author: Robert Gemmell <[email protected]> Authored: Mon May 9 12:32:03 2016 +0100 Committer: Robert Gemmell <[email protected]> Committed: Mon May 9 12:32:03 2016 +0100 ---------------------------------------------------------------------- .../qpid/jms/integration/PresettledConsumerIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/9a8a9c1c/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/PresettledConsumerIntegrationTest.java ---------------------------------------------------------------------- diff --git a/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/PresettledConsumerIntegrationTest.java b/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/PresettledConsumerIntegrationTest.java index ff98387..6603320 100644 --- a/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/PresettledConsumerIntegrationTest.java +++ b/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/PresettledConsumerIntegrationTest.java @@ -286,7 +286,7 @@ public class PresettledConsumerIntegrationTest extends QpidJmsTestCase { } MessageConsumer consumer = session.createConsumer(destination); - assertNotNull(consumer.receive(100)); + assertNotNull(consumer.receive(3000)); if (transacted) { testPeer.expectDischarge(txnId, true); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
