diff options
author | Bernard Normier <bernard@zeroc.com> | 2017-07-03 15:54:52 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2017-07-03 15:54:52 -0400 |
commit | d30e9a64e5da48c931523acce9da1e6f30db5e84 (patch) | |
tree | df25aae44c1d76c273589cff51b4193959d6f0ab /python/test | |
parent | Added missing compatversion on macOS (diff) | |
download | ice-d30e9a64e5da48c931523acce9da1e6f30db5e84.tar.bz2 ice-d30e9a64e5da48c931523acce9da1e6f30db5e84.tar.xz ice-d30e9a64e5da48c931523acce9da1e6f30db5e84.zip |
Increased number of expected heartbeats
Diffstat (limited to 'python/test')
-rw-r--r-- | python/test/Ice/acm/AllTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Ice/acm/AllTests.py b/python/test/Ice/acm/AllTests.py index 12955274b11..da5d3259f4a 100644 --- a/python/test/Ice/acm/AllTests.py +++ b/python/test/Ice/acm/AllTests.py @@ -156,7 +156,7 @@ def allTests(communicator): proxy.sleep(4) with self.m: - test(self._heartbeat >= 2) + test(self._heartbeat >= 6) class InvocationHeartbeatOnHoldTest(TestCase): def __init__(self, com): |