Initial project setup

This commit is contained in:
martin legrand
2025-04-01 18:49:37 +02:00
parent 698ed78acc
commit 56b5db7df3
13 changed files with 211 additions and 38 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class CInterpreter(Tools):
run_command,
capture_output=True,
text=True,
timeout=10
timeout=120
)
if run_result.returncode != 0: