mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
Add timeout to test execution
This commit is contained in:
parent
603a8f478e
commit
96c68db0de
@ -16,7 +16,8 @@ def run_compiler(config_path, output_path):
|
||||
[sys.executable, COMPILE_SCRIPT, config_path, output_path],
|
||||
capture_output=True,
|
||||
text=True,
|
||||
cwd=PROJECT_ROOT
|
||||
cwd=PROJECT_ROOT,
|
||||
timeout=60
|
||||
)
|
||||
return result
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user