diff options
Diffstat (limited to 'python/test/Ice/acm/AllTests.py')
-rw-r--r-- | python/test/Ice/acm/AllTests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/test/Ice/acm/AllTests.py b/python/test/Ice/acm/AllTests.py index 08fff30a468..12955274b11 100644 --- a/python/test/Ice/acm/AllTests.py +++ b/python/test/Ice/acm/AllTests.py @@ -150,6 +150,7 @@ def allTests(communicator): class InvocationHeartbeatTest(TestCase): def __init__(self, com): TestCase.__init__(self, "invocation heartbeat", com) + self.setServerACM(1, -1, -1) # Faster ACM to make sure we receive enough ACM heartbeats def runTestCase(self, adapter, proxy): proxy.sleep(4) |