paypal: Bigger timeout
For CSV export.
This commit is contained in:
parent
d424fe5da7
commit
82f3b6103e
1 changed files with 2 additions and 0 deletions
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue