summaryrefslogtreecommitdiff
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
commitd6adac51030b28cee01fca5ae1b46ab15dde95f2 (patch)
tree9506b2df697e0195ba2b1cbd04769b59fe17c450
parent283a986e0bad43518c8dd93bde003847a02fc641 (diff)
downloadqpid-python-d6adac51030b28cee01fca5ae1b46ab15dde95f2.tar.gz
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
-rw-r--r--qpid/cpp/src/tests/ClientSessionTest.cpp2
1 files changed, 1 insertions, 1 deletions
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);