diff --git a/core/joblib/SubprocessorBase.py b/core/joblib/SubprocessorBase.py index 0c72516..a7213f9 100644 --- a/core/joblib/SubprocessorBase.py +++ b/core/joblib/SubprocessorBase.py @@ -289,7 +289,7 @@ class Subprocessor(object): terminate_it = True break - if self.no_response_time_sec != 0 and (time.time() - cli.sent_time) > self.no_response_time_sec: + if (time.time() - cli.sent_time) > 30: terminate_it = True if terminate_it: