summaryrefslogtreecommitdiff
path: root/py/test/Ice/servantLocator/Server.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/servantLocator/Server.py')
-rwxr-xr-xpy/test/Ice/servantLocator/Server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/servantLocator/Server.py b/py/test/Ice/servantLocator/Server.py
index ad1108f64ae..091db0eb4fc 100755
--- a/py/test/Ice/servantLocator/Server.py
+++ b/py/test/Ice/servantLocator/Server.py
@@ -16,7 +16,7 @@ import Test, TestI
class TestServer(Ice.Application):
def run(self, args):
- self.communicator().getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000")
+ self.communicator().getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010")
self.communicator().getProperties().setProperty("Ice.Warn.Dispatch", "0")
adapter = self.communicator().createObjectAdapter("TestAdapter")