Home
last modified time | relevance | path

Searched refs:step_timeout_secs (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/site_tests/desktopui_SonicExtension/
Dtest_utils.py21 step_timeout_secs = 60 variable in TestUtils
131 self.step_timeout_secs)
381 while (((time.time() - start) < self.step_timeout_secs)
383 time.sleep(self.step_timeout_secs/10.0)