Home
last modified time | relevance | path

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

/external/llvm-project/lldb/packages/Python/lldbsuite/test/test_runner/
Dprocess_control.py52 TIMEOUT_REGEX = re.compile(r"(^\d+)([smhd])?$") variable
66 match = TIMEOUT_REGEX.match(timeout)