Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Dsniffer.py280 _timeout = None variable in ActiveCaptureContext
284 self._timeout = timeout
291 if self._timeout is None:
294 self._sniffer.wait_for_capture(self._timeout)
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/
Dhttp.py43 self._timeout = None
57 self._timeout = timeout
117 timeout=self._timeout)
143 timeout=self._timeout)
/tools/test/connectivity/acts/framework/acts/controllers/bits_lib/
Dbits_service.py76 self._timeout = timeout
164 if self._timeout:
168 str(self._timeout)] + cmd
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_test_utils.py2838 _timeout = 30
2839 while check_call_state_ring_by_adb(ad_callee) == 1 and _timeout >= 0:
2841 _timeout = _timeout - 1