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:
parent
cf4eaba18c
commit
161d977a9c
1 changed files with 2 additions and 0 deletions
|
|
@ -55,6 +55,8 @@ class LCLBrowser(LoginBrowser):
|
|||
skip = URL('/outil/UAUT/Contrat/selectionnerContrat.*',
|
||||
'/index.html')
|
||||
|
||||
TIMEOUT = 30.0
|
||||
|
||||
def deinit(self):
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue