telepathy-idle: tests: disable pings by default

Will Thompson wjt at kemper.freedesktop.org
Fri Nov 16 01:10:22 PST 2012


Module: telepathy-idle
Branch: master
Commit: 85cea8b53afe6bee15e2a34cafa2f3715cffbd80
URL:    http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=85cea8b53afe6bee15e2a34cafa2f3715cffbd80

Author: Will Thompson <will.thompson at collabora.co.uk>
Date:   Fri Nov 16 09:00:40 2012 +0000

tests: disable pings by default

We don't want to risk some test timing out because it doesn't answer
PONGs, and having PINGs cluttering the debug log is not my cup of tea.

---

 tests/twisted/idletest.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/idletest.py b/tests/twisted/idletest.py
index 13251a6..b1ad857 100644
--- a/tests/twisted/idletest.py
+++ b/tests/twisted/idletest.py
@@ -214,6 +214,7 @@ def make_connection(bus, event_func, params=None):
         'quit-message': 'happy testing...',
         'use-ssl': dbus.Boolean(False),
         'port': dbus.UInt32(6900),
+        'keepalive-interval': dbus.UInt32(0),
         }
 
     if params:



More information about the telepathy-commits mailing list