Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Dcli_options.py59 def check_timeout(value: str) -> int: function
256 '--es2panda-timeout', type=check_timeout, default=None,
274 '--verifier-timeout', type=check_timeout, default=None,
289 '--paoc-timeout', type=check_timeout, default=None,
307 '--timeout', type=check_timeout,
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py64 def check_timeout(value): function
111 '--es2panda-timeout', type=check_timeout,
114 '--paoc-timeout', type=check_timeout,
117 '--timeout', type=check_timeout,