Process waiting time increased x2
This commit is contained in:
@@ -160,7 +160,7 @@ public class RunUtils {
|
|||||||
handler.startNotify();
|
handler.startNotify();
|
||||||
|
|
||||||
if (settings.waitForEnd) {
|
if (settings.waitForEnd) {
|
||||||
handler.waitFor(400000);
|
handler.waitFor(800000);
|
||||||
|
|
||||||
if (!handler.isProcessTerminated()) {
|
if (!handler.isProcessTerminated()) {
|
||||||
System.out.println("Output before handler.isProcessTerminated() " + settings.commandLine);
|
System.out.println("Output before handler.isProcessTerminated() " + settings.commandLine);
|
||||||
|
|||||||
Reference in New Issue
Block a user