From d6adac51030b28cee01fca5ae1b46ab15dde95f2 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Mon, 22 Apr 2013 16:35:49 +0000 Subject: QPID-4748: Fix to test broken (trivially) by r1469661 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1470610 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/ClientSessionTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qpid/cpp/src/tests/ClientSessionTest.cpp b/qpid/cpp/src/tests/ClientSessionTest.cpp index 1f07d2b83f..2da96bf30c 100644 --- a/qpid/cpp/src/tests/ClientSessionTest.cpp +++ b/qpid/cpp/src/tests/ClientSessionTest.cpp @@ -248,7 +248,7 @@ QPID_AUTO_TEST_CASE(testOpenFailure) { QPID_AUTO_TEST_CASE(testPeriodicExpiration) { Broker::Options opts; - opts.queueCleanInterval = 1; + opts.queueCleanInterval = 1*TIME_SEC; opts.queueFlowStopRatio = 0; opts.queueFlowResumeRatio = 0; ClientSessionFixture fix(opts); -- cgit v1.2.1