summaryrefslogtreecommitdiff
path: root/py/test/Ice/exceptions/Server.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/exceptions/Server.py')
-rwxr-xr-xpy/test/Ice/exceptions/Server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/exceptions/Server.py b/py/test/Ice/exceptions/Server.py
index b1d5c499bc0..4706d57d0a1 100755
--- a/py/test/Ice/exceptions/Server.py
+++ b/py/test/Ice/exceptions/Server.py
@@ -17,7 +17,7 @@ import Test, TestI
def run(args, communicator):
properties = communicator.getProperties()
properties.setProperty("Ice.Warn.Dispatch", "0")
- properties.setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000:udp")
+ properties.setProperty("TestAdapter.Endpoints", "default -p 12010:udp")
adapter = communicator.createObjectAdapter("TestAdapter")
object = TestI.ThrowerI(adapter)
adapter.add(object, communicator.stringToIdentity("thrower"))