HomeSort by relevance Sort by last modified time
    Searched refs:max_wait_time (Results 1 - 5 of 5) sorted by null

  /external/autotest/server/site_tests/power_SuspendShutdown/
power_SuspendShutdown.py 170 max_wait_time = 15
171 for check_count in range(int(max_wait_time)):
172 if check_count == max_wait_time:
174 'alive after %s seconds' % max_wait_time)
  /external/autotest/client/tests/wb_kupdate/
wb_kupdate.py 139 def _wait_until_data_flushed(self, start_time, max_wait_time):
145 @param max_wait_time: the max amount of time to wait.
163 if not self._needs_more_time(start_time, max_wait_time):
165 'for data to flush out.' % max_wait_time)
wb_kupdate_unittest.py 88 max_wait_time=0)
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_test_utils.py     [all...]
  /tools/test/connectivity/acts/tests/google/wifi/
WifiScannerMultiScanTest.py 255 max_wait_time = max(wait_time_list)
256 max_end_time = time.monotonic() + max_wait_time

Completed in 3640 milliseconds