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.py277 _timeout = None variable in ActiveCaptureContext
281 self._timeout = timeout
288 if self._timeout is None:
291 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
119 timeout=self._timeout)
148 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_ss_utils.py308 _timeout = 30
309 while check_call_state_ring_by_adb(ad_callee) == 1 and _timeout >= 0:
311 _timeout = _timeout - 1