mirror of https://github.com/eyhc1/rendercv.git
fix macos tests
This commit is contained in:
parent
723ded5b23
commit
965e9e4a34
|
@ -429,7 +429,7 @@ def run_latex(latex_file_path: str) -> str:
|
||||||
cwd=os.path.dirname(latex_file_path),
|
cwd=os.path.dirname(latex_file_path),
|
||||||
check=True,
|
check=True,
|
||||||
# stdout=subprocess.DEVNULL, # suppress latexmk output
|
# stdout=subprocess.DEVNULL, # suppress latexmk output
|
||||||
timeout=30,
|
timeout=45,
|
||||||
)
|
)
|
||||||
except subprocess.CalledProcessError or subprocess.TimeoutExpired as e:
|
except subprocess.CalledProcessError or subprocess.TimeoutExpired as e:
|
||||||
raise RuntimeError(
|
raise RuntimeError(
|
||||||
|
|
Loading…
Reference in New Issue