diff options
Diffstat (limited to 'cpp/test/Freeze/evictor/Server.cpp')
-rw-r--r-- | cpp/test/Freeze/evictor/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Freeze/evictor/Server.cpp b/cpp/test/Freeze/evictor/Server.cpp index e7e625caef7..60f5a2d6e88 100644 --- a/cpp/test/Freeze/evictor/Server.cpp +++ b/cpp/test/Freeze/evictor/Server.cpp @@ -55,7 +55,7 @@ public: int run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator, const string& envName) { - communicator->getProperties()->setProperty("Factory.Endpoints", "default -p 12345 -t 2000"); + communicator->getProperties()->setProperty("Factory.Endpoints", "default -p 12345 -t 30000"); Ice::ObjectAdapterPtr adapter = communicator->createObjectAdapter("Factory"); |