summaryrefslogtreecommitdiff
path: root/py/test/Slice/keyword/Client.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Slice/keyword/Client.py')
-rwxr-xr-xpy/test/Slice/keyword/Client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Slice/keyword/Client.py b/py/test/Slice/keyword/Client.py
index 97d9c4cb81d..61b2b1ab229 100755
--- a/py/test/Slice/keyword/Client.py
+++ b/py/test/Slice/keyword/Client.py
@@ -76,7 +76,7 @@ def testtypes():
print "ok"
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(execI(), communicator.stringToIdentity("test"))
adapter.activate()