increase DEFAULT_TIMEOUT for accounts with a lot of transactions with foreign currency

This commit is contained in:
Baptiste Delpey 2015-06-10 18:01:57 +02:00 committed by Romain Bignon
commit fa195d9687

View file

@ -58,7 +58,7 @@ class Paypal(Browser):
'https://\w+.paypal.com/myaccount/': HomePage, 'https://\w+.paypal.com/myaccount/': HomePage,
} }
DEFAULT_TIMEOUT = 60 DEFAULT_TIMEOUT = 120
BEGINNING = datetime.date(1998, 6, 1) # The day PayPal was founded BEGINNING = datetime.date(1998, 6, 1) # The day PayPal was founded
account_type = None account_type = None