summaryrefslogtreecommitdiff
path: root/cpp/src/tests/ClientSessionTest.cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2013-04-22 16:35:49 +0000
committerGordon Sim <gsim@apache.org>2013-04-22 16:35:49 +0000
commit365f160fa293ff0bd82b0cccb336d067ad1bbe21 (patch)
treec8842088b6b866d1628901246b5efea46516c91c /cpp/src/tests/ClientSessionTest.cpp
parentdebe77165db39ca6689dbe5fe45f0bd54cdc0518 (diff)
downloadqpid-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.cpp2
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);