diff options
Diffstat (limited to 'python/test/Ice/acm/AllTests.py')
-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): |