Increased max length of phone conversation that kicks off a voicemail check. 10...
authorEd Page <eopage@byu.net>
Sat, 15 May 2010 05:04:53 +0000 (00:04 -0500)
committerEd Page <eopage@byu.net>
Sat, 15 May 2010 05:04:53 +0000 (00:04 -0500)
src/util/tp_utils.py

index 1c6cbc8..30d7629 100644 (file)
@@ -25,7 +25,7 @@ class WasMissedCall(object):
                self._didReport = False
 
                self._onTimeout = gobject_utils.Timeout(self._on_timeout)
-               self._onTimeout.start(seconds=10)
+               self._onTimeout.start(seconds=60)
 
                chan[telepathy.interfaces.CHANNEL_INTERFACE_GROUP].connect_to_signal(
                        "MembersChanged",