diff --git a/bitbake/lib/toaster/tests/browser/selenium_helpers_base.py b/bitbake/lib/toaster/tests/browser/selenium_helpers_base.py index 2725f13382..b060133b1d 100644 --- a/bitbake/lib/toaster/tests/browser/selenium_helpers_base.py +++ b/bitbake/lib/toaster/tests/browser/selenium_helpers_base.py @@ -90,7 +90,7 @@ class Wait(WebDriverWait): Subclass of WebDriverWait with predetermined timeout and poll frequency. Also deals with a wider variety of exceptions. """ - _TIMEOUT = 10 + _TIMEOUT = 20 _POLL_FREQUENCY = 0.5 def __init__(self, driver, timeout=_TIMEOUT, poll=_POLL_FREQUENCY):