[amazonstorecard] Increase retries and timeout. Closes #1825

This commit is contained in:
Oleg Plakhotniuk 2015-04-09 06:58:06 -05:00 committed by Romain Bignon
commit 5d2152ace8

View file

@ -31,6 +31,8 @@ __all__ = ['AmazonStoreCard']
class AmazonStoreCard(LoginBrowser):
BASEURL = 'https://www.onlinecreditcenter6.com'
MAX_RETRIES = 10
TIMEOUT = 30.0
login = URL('/consumergen2/login.do\?accountType=plcc&clientId=amazon'
'&langId=en&subActionId=1000$',
'/consumergen2/consumerlogin.do.*$',