Skip to content

Commit

Permalink
3 runs
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Aug 24, 2024
1 parent a98318d commit 52b2c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async def render_latex(job_id, output_format, code, density, quality):
f.close()
try:
try:
for i in range(0, 2):
for i in range(0, 3):
await run_command_async(
COMMAND_LATEX.format(pdir = pdir, fname = fname),
timeout = 8
Expand Down

0 comments on commit 52b2c23

Please sign in to comment.