diff options
author | Jose <jose@zeroc.com> | 2018-09-26 14:34:21 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2018-09-26 14:34:21 +0200 |
commit | cf49f8689a8b0eea678832c41e68874f4c9f816e (patch) | |
tree | 5ec8ad3973b7dc16fb3d847f740960dad86285d3 /python/test | |
parent | Increase retry intervals time to prevent sportadic failures (diff) | |
download | ice-cf49f8689a8b0eea678832c41e68874f4c9f816e.tar.bz2 ice-cf49f8689a8b0eea678832c41e68874f4c9f816e.tar.xz ice-cf49f8689a8b0eea678832c41e68874f4c9f816e.zip |
Fix python Ice/info test failure
Diffstat (limited to 'python/test')
-rw-r--r-- | python/test/Ice/info/AllTests.py | 2 |
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() |