diff --git a/Buildscripts/DevicetreeCompiler/tests/test_integration.py b/Buildscripts/DevicetreeCompiler/tests/test_integration.py index 343d8d81..deaeee0b 100644 --- a/Buildscripts/DevicetreeCompiler/tests/test_integration.py +++ b/Buildscripts/DevicetreeCompiler/tests/test_integration.py @@ -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