diff --git a/rendercv/rendering.py b/rendercv/rendering.py index 928013f..f2d3d86 100644 --- a/rendercv/rendering.py +++ b/rendercv/rendering.py @@ -429,7 +429,7 @@ def run_latex(latex_file_path: str) -> str: cwd=os.path.dirname(latex_file_path), check=True, # stdout=subprocess.DEVNULL, # suppress latexmk output - timeout=30, + timeout=45, ) except subprocess.CalledProcessError or subprocess.TimeoutExpired as e: raise RuntimeError(