Repository: qpid-jms Updated Branches: refs/heads/master 1e5a918df -> 02edf9f79
QPIDJMS-98: make test less aggressive to account for slower shared CI services Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/02edf9f7 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/02edf9f7 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/02edf9f7 Branch: refs/heads/master Commit: 02edf9f7981f94ca88c1bf1db280cfa79092d9fd Parents: 1e5a918 Author: Robert Gemmell <[email protected]> Authored: Fri Aug 28 10:43:34 2015 +0100 Committer: Robert Gemmell <[email protected]> Committed: Fri Aug 28 10:43:34 2015 +0100 ---------------------------------------------------------------------- .../qpid/jms/integration/IdleTimeoutIntegrationTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/02edf9f7/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/IdleTimeoutIntegrationTest.java ---------------------------------------------------------------------- diff --git a/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/IdleTimeoutIntegrationTest.java b/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/IdleTimeoutIntegrationTest.java index 66280ff..f372e02 100644 --- a/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/IdleTimeoutIntegrationTest.java +++ b/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/IdleTimeoutIntegrationTest.java @@ -197,9 +197,9 @@ public class IdleTimeoutIntegrationTest extends QpidJmsTestCase { @Test(timeout = 20000) public void testConnectionNotMarkedFailedWhenPeerSendsEmptyFrames() throws Exception { try (TestAmqpPeer testPeer = new TestAmqpPeer();) { - int configuredTimeout = 1000; - int period = 250; - int cycles = 8; + int configuredTimeout = 2000; + int period = 500; + int cycles = 6; final CountDownLatch latch = new CountDownLatch(cycles); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
