Skip to content
Snippets Groups Projects
Commit 31874a80 authored by tpylak's avatar tpylak
Browse files

LMS-2074 Thumbnails generation: increase the timeout for waiting for the...

LMS-2074 Thumbnails generation: increase the timeout for waiting for the standard output of the process

SVN: 20195
parent af3433d2
No related branches found
No related tags found
No related merge requests found
......@@ -316,7 +316,7 @@ class ProcessExecutor
exitValue = process.waitFor();
// Give the I/O handler time to finish up.
final ExecutionResult<?> processIOResult =
getAndLogProcessIOResult(processRecord, SHORT_TIMEOUT / 4);
getAndLogProcessIOResult(processRecord, SHORT_TIMEOUT);
processWrapper.set(null);
if (processIOStrategy.isBinaryOutput())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment