summaryrefslogtreecommitdiff
path: root/py/test/Ice/operations/Collocated.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/operations/Collocated.py')
-rwxr-xr-xpy/test/Ice/operations/Collocated.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/operations/Collocated.py b/py/test/Ice/operations/Collocated.py
index 0b23a944a8b..43a359493c2 100755
--- a/py/test/Ice/operations/Collocated.py
+++ b/py/test/Ice/operations/Collocated.py
@@ -20,7 +20,7 @@ Ice.loadSlice('-I' + slice_dir + ' Test.ice')
import Test, TestI, AllTests
def run(args, communicator):
- communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000")
+ communicator.getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010")
adapter = communicator.createObjectAdapter("TestAdapter")
adapter.add(TestI.MyDerivedClassI(), communicator.stringToIdentity("test"))
adapter.activate()