summaryrefslogtreecommitdiff
path: root/py/test/Ice/proxy/ServerAMD.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/proxy/ServerAMD.py')
-rwxr-xr-xpy/test/Ice/proxy/ServerAMD.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/proxy/ServerAMD.py b/py/test/Ice/proxy/ServerAMD.py
index e50f5c63332..93839fe50f3 100755
--- a/py/test/Ice/proxy/ServerAMD.py
+++ b/py/test/Ice/proxy/ServerAMD.py
@@ -38,7 +38,7 @@ class MyDerivedClassI(Test.MyDerivedClass):
return Test.MyDerivedClass.ice_isA(self, s, current)
def run(args, communicator):
- communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000:udp")
+ communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010:udp")
adapter = communicator.createObjectAdapter("TestAdapter")
adapter.add(MyDerivedClassI(), communicator.stringToIdentity("test"))
adapter.activate()