diff options
Diffstat (limited to 'py/test/Ice/servantLocator/ServerAMD.py')
-rwxr-xr-x | py/test/Ice/servantLocator/ServerAMD.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/test/Ice/servantLocator/ServerAMD.py b/py/test/Ice/servantLocator/ServerAMD.py index 3767c1f9579..e322497718f 100755 --- a/py/test/Ice/servantLocator/ServerAMD.py +++ b/py/test/Ice/servantLocator/ServerAMD.py @@ -16,7 +16,7 @@ import Test, TestAMDI class TestServer(Ice.Application): def run(self, args): - self.communicator().getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010 -t 10000") + self.communicator().getProperties().setProperty("TestAdapter.Endpoints", "default -p 12010") self.communicator().getProperties().setProperty("Ice.Warn.Dispatch", "0") adapter = self.communicator().createObjectAdapter("TestAdapter") |