Fixed timeouts that could cause cti->ctml conversions to stall
This commit is contained in:
parent
ba8acd41e0
commit
79af932b9a
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ void ct2ctml(const char* file, const int debug)
|
|||
int python_exit_code;
|
||||
try {
|
||||
exec_stream_t python;
|
||||
python.set_wait_timeout(exec_stream_t::s_child, 1800000); // 30 minutes
|
||||
python.set_wait_timeout(exec_stream_t::s_all, 1800000); // 30 minutes
|
||||
python.start(pypath(), "-i");
|
||||
stringstream output_stream;
|
||||
python.in() <<
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue