summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-03-31 16:52:50 +0000
committerAlan Conway <aconway@apache.org>2010-03-31 16:52:50 +0000
commit34a8918500c2ca074771d00f832937fe4f87476d (patch)
treed279cde1250ab9ec44f7d2060a756ae9ee9cb0fa /qpid/cpp/src/tests
parente148043f68f2f71b057d191177dcdf83156f642a (diff)
downloadqpid-python-34a8918500c2ca074771d00f832937fe4f87476d.tar.gz
Cluster: remove un-necessary code for config-seq.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@929616 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
-rw-r--r--qpid/cpp/src/tests/cluster_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/cluster_test.cpp b/qpid/cpp/src/tests/cluster_test.cpp
index d572126fff..5e7409dd8e 100644
--- a/qpid/cpp/src/tests/cluster_test.cpp
+++ b/qpid/cpp/src/tests/cluster_test.cpp
@@ -87,7 +87,7 @@ ClusterFixture::Args prepareArgs(const bool durableFlag = false) {
}
// Timeout for tests that wait for messages
-const sys::Duration TIMEOUT=sys::TIME_SEC/2;
+const sys::Duration TIMEOUT=2*sys::TIME_SEC;
ostream& operator<<(ostream& o, const cpg_name* n) {