diff options
author | Gordon Sim <gsim@apache.org> | 2013-04-22 16:35:49 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2013-04-22 16:35:49 +0000 |
commit | 365f160fa293ff0bd82b0cccb336d067ad1bbe21 (patch) | |
tree | c8842088b6b866d1628901246b5efea46516c91c /cpp/src/tests/ClientSessionTest.cpp | |
parent | debe77165db39ca6689dbe5fe45f0bd54cdc0518 (diff) | |
download | qpid-python-365f160fa293ff0bd82b0cccb336d067ad1bbe21.tar.gz |
QPID-4748: Fix to test broken (trivially) by r1469661
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1470610 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/ClientSessionTest.cpp')
-rw-r--r-- | cpp/src/tests/ClientSessionTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/ClientSessionTest.cpp b/cpp/src/tests/ClientSessionTest.cpp index 1f07d2b83f..2da96bf30c 100644 --- a/cpp/src/tests/ClientSessionTest.cpp +++ b/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); |