Repository: activemq-artemis Updated Branches: refs/heads/master 739f3c51b -> 5a53de3d5
ARTEMIS-287 [Artemis Testsuite] PagingTest#testDeleteQueueRestart fails on slower machines Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/0007772b Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/0007772b Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/0007772b Branch: refs/heads/master Commit: 0007772b135d398f15a2e49dcf6e47af2c19a0aa Parents: 739f3c5 Author: Erich Duda <[email protected]> Authored: Thu Oct 29 11:27:26 2015 +0100 Committer: Erich Duda <[email protected]> Committed: Thu Oct 29 11:27:26 2015 +0100 ---------------------------------------------------------------------- .../activemq/artemis/tests/integration/client/PagingTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/0007772b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/PagingTest.java ---------------------------------------------------------------------- diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/PagingTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/PagingTest.java index 6bb28c2..6204973 100644 --- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/PagingTest.java +++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/PagingTest.java @@ -793,7 +793,7 @@ public class PagingTest extends ActiveMQTestBase { producer.close(); session.start(); - long timeout = System.currentTimeMillis() + 5000; + long timeout = System.currentTimeMillis() + 10000; // I want the buffer full to make sure there are pending messages on the server's side while (System.currentTimeMillis() < timeout && cons.getBufferSize() < 1000 && cons2.getBufferSize() < 1000) {
