Increase the hangcheck timeout when adding books to the GUI by 50%

This commit is contained in:
Kovid Goyal 2011-08-12 21:18:00 -06:00
parent d4b37fb569
commit 0445ff2388

View File

@ -239,7 +239,7 @@ class DBAdder(QObject): # {{{
class Adder(QObject): # {{{ class Adder(QObject): # {{{
ADD_TIMEOUT = 600 # seconds ADD_TIMEOUT = 900 # seconds (15 minutes)
def __init__(self, parent, db, callback, spare_server=None): def __init__(self, parent, db, callback, spare_server=None):
QObject.__init__(self, parent) QObject.__init__(self, parent)