From 0f6ce4bf6f19c8dcdf1b8d5d1389db53278a3282 Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Mon, 30 Mar 2009 13:15:49 -0230 Subject: Bug 3816 - make tests less timing sensitive --- cpp/test/Ice/facets/Server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/Ice/facets/Server.cpp') diff --git a/cpp/test/Ice/facets/Server.cpp b/cpp/test/Ice/facets/Server.cpp index 11b02cc050e..58e760b270f 100644 --- a/cpp/test/Ice/facets/Server.cpp +++ b/cpp/test/Ice/facets/Server.cpp @@ -15,7 +15,7 @@ using namespace std; int run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) { - communicator->getProperties()->setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000"); + communicator->getProperties()->setProperty("TestAdapter.Endpoints", "default -p 12010"); Ice::ObjectAdapterPtr adapter = communicator->createObjectAdapter("TestAdapter"); Ice::ObjectPtr d = new DI; adapter->add(d, communicator->stringToIdentity("d")); -- cgit v1.2.3