mirror of
https://github.com/rendercv/rendercv.git
synced 2026-03-14 04:42:23 -04:00
fix macos tests
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user