Я пишу контрольные примеры для программного проекта хранилища данных. Итак, некоторые задачи требуют довольно много времени, а иногда это также зависит от ответственности серверов. Я сталкиваюсь с этой ошибкой:
TimeoutException: Message: timeout (Session info: chrome=77.0.3865.90)
I have set up a selenium timeout to his max - 4 hours and also I have made an implicit wait after hitting the button which needs about 1 hour to execute the command, but after 6 minutes it falls with the error given above.
````
set selenium timeout 14400 seconds
#${time}= get selenium timeout
# ${time}= get selenium implicit wait
# log to console ${time}
click element ${"generateButton"}
wait implicit 7200
page should contain Task execution succeeded, with max log severity warning.
page should contain Download the filled BRP
click element ${"downloadButton"}