What strikes the eye here is that there is no non-0 exit code - the command did not finish successfully.
Looking at the code, I found that we still hard-code a 1-second timeout to avoid hanging applications - this may be too low for real-life renderings of multiple pages.
I noticed a sometimes-failing (flaky) test on the main branch.
https://app.circleci.com/pipelines/github/SergelsOrg/csv2tex/285/workflows/918bc317-886e-4c7f-a0f5-d8e9976ef2f4/jobs/1153
What strikes the eye here is that there is no non-0 exit code - the command did not finish successfully.
Looking at the code, I found that we still hard-code a 1-second timeout to avoid hanging applications - this may be too low for real-life renderings of multiple pages.