paypal: Bigger timeout

For CSV export.
This commit is contained in:
Laurent Bachelier 2013-02-06 16:47:13 +01:00 committed by Romain Bignon
commit 82f3b6103e

View file

@ -39,6 +39,8 @@ class Paypal(BaseBrowser):
'/cgi-bin/webscr\?dispatch=[a-z0-9]+$': (SubmitPage, HistoryParser()),
}
DEFAULT_TIMEOUT = 30 # CSV export is slow
def home(self):
self.location('https://' + self.DOMAIN + '/en/cgi-bin/webscr?cmd=_login-run')