fix macos tests

This commit is contained in:
Sina Atalay 2023-10-16 20:02:51 +02:00
parent 723ded5b23
commit 965e9e4a34
1 changed files with 1 additions and 1 deletions

View File

@ -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(