From ce7678789fe3e8c5caebb59a26aa418fbb95e5d3 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 26 May 2008 18:10:05 +0000 Subject: Changes to Session API: - Session is synchronous, no futures. - AsyncSession is async, returns futures. - Conversion functions sync(s) async(s) return a sync/async view of session s. - Connection::newSession - takes name, no timeout - SessionBase::getId - returns SessionId not UUID. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@660258 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/topictest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests/topictest') diff --git a/cpp/src/tests/topictest b/cpp/src/tests/topictest index c36aa319ba..ad7c5df693 100755 --- a/cpp/src/tests/topictest +++ b/cpp/src/tests/topictest @@ -36,5 +36,5 @@ for ((i=$SUBSCRIBERS ; i--; )); do subscribe $i & done # FIXME aconway 2007-03-27: Hack around startup race. Fix topic test. -sleep 1 +sleep 2 publish 2>&1 || exit 1 -- cgit v1.2.1