Increase timeout for android tests
This commit is contained in:
@@ -160,13 +160,13 @@ public class RunUtils {
|
|||||||
handler.startNotify();
|
handler.startNotify();
|
||||||
|
|
||||||
if (settings.waitForEnd) {
|
if (settings.waitForEnd) {
|
||||||
handler.waitFor(800000);
|
handler.waitFor(1200000);
|
||||||
|
|
||||||
if (!handler.isProcessTerminated()) {
|
if (!handler.isProcessTerminated()) {
|
||||||
System.out.println("Output before handler.isProcessTerminated() " + settings.commandLine);
|
System.out.println("Output before handler.isProcessTerminated() " + settings.commandLine);
|
||||||
System.out.println(stdOut);
|
System.out.println(stdOut);
|
||||||
System.err.println(stdErr);
|
System.err.println(stdErr);
|
||||||
return new RunResult(false, "Timeout exception: execution was terminated after ~7 min.");
|
return new RunResult(false, "Timeout exception: execution was terminated after ~20 min.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user