summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2018-09-26 14:34:21 +0200
committerJose <jose@zeroc.com>2018-09-26 14:34:21 +0200
commitcf49f8689a8b0eea678832c41e68874f4c9f816e (patch)
tree5ec8ad3973b7dc16fb3d847f740960dad86285d3
parentIncrease retry intervals time to prevent sportadic failures (diff)
downloadice-cf49f8689a8b0eea678832c41e68874f4c9f816e.tar.bz2
ice-cf49f8689a8b0eea678832c41e68874f4c9f816e.tar.xz
ice-cf49f8689a8b0eea678832c41e68874f4c9f816e.zip
Fix python Ice/info test failure
-rw-r--r--python/test/Ice/info/AllTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/info/AllTests.py b/python/test/Ice/info/AllTests.py
index a9225bbca40..b22a28e1b8a 100644
--- a/python/test/Ice/info/AllTests.py
+++ b/python/test/Ice/info/AllTests.py
@@ -120,7 +120,7 @@ def allTests(helper, communicator):
tcpEndpoint = getTCPEndpointInfo(publishedEndpoints[0].getInfo())
test(tcpEndpoint.host == "127.0.0.1")
- test(tcpEndpoint.port == 12020)
+ test(tcpEndpoint.port == 15000)
adapter.destroy()