Repository: qpid-jms Updated Branches: refs/heads/master 5636af006 -> 36cd1d38a
QPIDJMS-199 Add an delay to the remote session close for the test. Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/36cd1d38 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/36cd1d38 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/36cd1d38 Branch: refs/heads/master Commit: 36cd1d38a0f32622ee272a048f058fff6a0a1e07 Parents: 5636af0 Author: Timothy Bish <[email protected]> Authored: Mon Aug 8 16:15:14 2016 -0400 Committer: Timothy Bish <[email protected]> Committed: Mon Aug 8 16:15:14 2016 -0400 ---------------------------------------------------------------------- .../org/apache/qpid/jms/integration/SessionIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/36cd1d38/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/SessionIntegrationTest.java ---------------------------------------------------------------------- diff --git a/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/SessionIntegrationTest.java b/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/SessionIntegrationTest.java index aa05591..15c5ee5 100644 --- a/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/SessionIntegrationTest.java +++ b/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/SessionIntegrationTest.java @@ -1585,7 +1585,7 @@ public class SessionIntegrationTest extends QpidJmsTestCase { // Create a producer, then remotely end the session afterwards. testPeer.expectSenderAttach(); - testPeer.remotelyEndLastOpenedSession(true, 0, AmqpError.RESOURCE_DELETED, BREAD_CRUMB); + testPeer.remotelyEndLastOpenedSession(true, 50, AmqpError.RESOURCE_DELETED, BREAD_CRUMB); Queue queue = session.createQueue("myQueue"); final MessageProducer producer = session.createProducer(queue); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
