Home
last modified time | relevance | path

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

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