Process waiting time increased x2

This commit is contained in:
Mikhael Bogdanov
2013-03-21 19:17:05 +04:00
parent f4def581f2
commit c1a8f27b99
@@ -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);