change timeout to 30 seconds

When AccountHistoryPage uses Async to load details of each transaction,
sometimes the server needs ~15 seconds to send response
This commit is contained in:
Romain Bignon 2015-03-24 23:56:15 +01:00
commit 161d977a9c

View file

@ -55,6 +55,8 @@ class LCLBrowser(LoginBrowser):
skip = URL('/outil/UAUT/Contrat/selectionnerContrat.*',
'/index.html')
TIMEOUT = 30.0
def deinit(self):
pass