summaryrefslogtreecommitdiff
path: root/py/test/Ice/facets/Collocated.py
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Ice/facets/Collocated.py')
-rwxr-xr-xpy/test/Ice/facets/Collocated.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/facets/Collocated.py b/py/test/Ice/facets/Collocated.py
index 1bcb1fb959f..6ecaa738fea 100755
--- a/py/test/Ice/facets/Collocated.py
+++ b/py/test/Ice/facets/Collocated.py
@@ -15,7 +15,7 @@ Ice.loadSlice('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")
d = TestI.DI()
adapter.add(d, communicator.stringToIdentity("d"))