summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/adapterDeactivation/Server.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-02-19 14:18:23 +0000
committerMarc Laukien <marc@zeroc.com>2004-02-19 14:18:23 +0000
commit588647427b50adf0d92f4b01b1e014d04cc3a767 (patch)
treedd0c3157d68f794cd76919fb8cb167710b265fb9 /cpp/test/Ice/adapterDeactivation/Server.cpp
parentfix (diff)
downloadice-588647427b50adf0d92f4b01b1e014d04cc3a767.tar.bz2
ice-588647427b50adf0d92f4b01b1e014d04cc3a767.tar.xz
ice-588647427b50adf0d92f4b01b1e014d04cc3a767.zip
fix
Diffstat (limited to 'cpp/test/Ice/adapterDeactivation/Server.cpp')
-rw-r--r--cpp/test/Ice/adapterDeactivation/Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/adapterDeactivation/Server.cpp b/cpp/test/Ice/adapterDeactivation/Server.cpp
index 37f0630bc22..cd6995053a6 100644
--- a/cpp/test/Ice/adapterDeactivation/Server.cpp
+++ b/cpp/test/Ice/adapterDeactivation/Server.cpp
@@ -36,7 +36,7 @@ main(int argc, char* argv[])
int
TestServer::run(int argc, char* argv[])
{
- communicator()->getProperties()->setProperty("TestAdapter.Endpoints", "default -p 12345 -t 2000");
+ communicator()->getProperties()->setProperty("TestAdapter.Endpoints", "default -p 12345 -t 10000");
Ice::ObjectAdapterPtr adapter = communicator()->createObjectAdapter("TestAdapter");
ServantLocatorPtr locator = new ServantLocatorI;
adapter->addServantLocator(locator, "");