summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-11-16 09:00:40 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2012-11-16 09:00:40 +0000
commit85cea8b53afe6bee15e2a34cafa2f3715cffbd80 (patch)
tree26c3b1c5dd0c12e9de34bac102b7d0da70c4f061
parent452284ab9ed546a430cad13aeae4126cfcb616a2 (diff)
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.
-rw-r--r--tests/twisted/idletest.py1
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: