Skip to content

Commit

Permalink
fix macos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaatalay committed Oct 16, 2023
1 parent 723ded5 commit 965e9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rendercv/rendering.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 965e9e4

Please sign in to comment.