From 816e92d6356c1ad745c589b790f1226af96fd858 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 26 Feb 2010 23:22:18 -0600 Subject: [PATCH] Reducing the time allowed for disconnecting --- src/channel/call.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/channel/call.py b/src/channel/call.py index 621c9e6..865e55d 100644 --- a/src/channel/call.py +++ b/src/channel/call.py @@ -160,7 +160,7 @@ class CallChannel( self.__calledNumer = contactNumber self.CallStateChanged(self.__contactHandle, telepathy.constants.CHANNEL_CALL_STATE_RINGING) self._conn.session.backend.call(contactNumber) - self._delayedClose.start(seconds=5) + self._delayedClose.start(seconds=2) self.CallStateChanged(self.__contactHandle, telepathy.constants.CHANNEL_CALL_STATE_FORWARDED) streamId = 0 -- 1.7.9.5