Author: tabish Date: Sat Jan 20 05:06:06 2007 New Revision: 498110 URL: http://svn.apache.org/viewvc?view=rev&rev=498110 Log: http://issues.apache.org/activemq/browse/AMQCPP-30
Modified: incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/transport/ResponseCorrelatorTest.h Modified: incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/transport/ResponseCorrelatorTest.h URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/transport/ResponseCorrelatorTest.h?view=diff&rev=498110&r1=498109&r2=498110 ============================================================================== --- incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/transport/ResponseCorrelatorTest.h (original) +++ incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/transport/ResponseCorrelatorTest.h Sat Jan 20 05:06:06 2007 @@ -607,14 +607,14 @@ CPPUNIT_ASSERT( requesters[ix].cmd.getCommandId() == requesters[ix].resp->getCorrelationId() ); } - concurrent::Thread::sleep( 25 ); + concurrent::Thread::sleep( 40 ); synchronized( &listener.mutex ) { unsigned int count = 0; while( listener.commands.size() != numRequests ) { - listener.mutex.wait( 45 ); + listener.mutex.wait( 55 ); ++count;