From 79af932b9a49c206cb264522b5d2ab042f7989f9 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Tue, 29 May 2012 18:03:39 +0000 Subject: [PATCH] Fixed timeouts that could cause cti->ctml conversions to stall --- src/base/ct2ctml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/ct2ctml.cpp b/src/base/ct2ctml.cpp index 437eb9fb1..d7dd83c8f 100644 --- a/src/base/ct2ctml.cpp +++ b/src/base/ct2ctml.cpp @@ -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() <<