Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
isolation_provider: Get exit code without timing out
Get the exit code of the spawned process for the doc-to-pixels phase, without timing out. More specifically, if the spawned process has not finished within a generous amount of time (hardcode to 15 seconds), return UnexpectedConversionError, with a custom message. This way, the happy path is not affected, and we still make our best to learn the underlying cause of the I/O error.
- Loading branch information