Home
last modified time | relevance | path

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

/system/bt/gd/cert/
Dasync_subprocess_logger.py32 WAIT_TIMEOUT_SECONDS = 10 variable in AsyncSubprocessLogger
69 result = self.future.result(timeout=self.WAIT_TIMEOUT_SECONDS)
73 …rror("logging thread %s failed to finish after %d seconds" % (self.tag, self.WAIT_TIMEOUT_SECONDS))