fix : execution problem when line start with block tag + dont load tts if disabled
This commit is contained in:
@@ -40,7 +40,7 @@ class CInterpreter(Tools):
|
||||
compile_command,
|
||||
capture_output=True,
|
||||
text=True,
|
||||
timeout=10
|
||||
timeout=60
|
||||
)
|
||||
|
||||
if compile_result.returncode != 0:
|
||||
|
||||
Reference in New Issue
Block a user