Searched refs:_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | selenium_helpers_base.py | 93 _TIMEOUT = 20 variable in Wait 96 def __init__(self, driver, timeout=_TIMEOUT, poll=_POLL_FREQUENCY): 97 self._TIMEOUT = timeout 99 super(Wait, self).__init__(driver, self._TIMEOUT, self._POLL_FREQUENCY) 214 def wait_until_present(self, selector, timeout=Wait._TIMEOUT): 221 def wait_until_visible(self, selector, timeout=Wait._TIMEOUT): 228 def wait_until_not_visible(self, selector, timeout=Wait._TIMEOUT): 235 def wait_until_clickable(self, selector, timeout=Wait._TIMEOUT): 243 def wait_until_element_clickable(self, finder, timeout=Wait._TIMEOUT):
|
| /openbmc/qemu/docs/devel/ |
| H A D | multi-process.rst | 738 *KVM\_DEV\_USER\_TIMEOUT* will configure a timeout value that specifies
|