Extending auto-close timeout to 10 seconds to work around possible ... issues
[theonering] / src / connection_manager.py
index d21c8a7..c643f59 100644 (file)
@@ -64,7 +64,7 @@ class TheOneRingConnectionManager(tp.ConnectionManager):
                Overrides tp.ConnectionManager
                """
                result = tp.ConnectionManager.disconnected(self, conn)
-               gobject_utils.timeout_add_seconds(5, self._shutdown)
+               gobject_utils.timeout_add_seconds(10, self._shutdown)
 
        def quit(self):
                """