diff --git a/compiler/android-tests/src/org/jetbrains/jet/compiler/run/RunUtils.java b/compiler/android-tests/src/org/jetbrains/jet/compiler/run/RunUtils.java index 618dd14b934..a2b0820412c 100644 --- a/compiler/android-tests/src/org/jetbrains/jet/compiler/run/RunUtils.java +++ b/compiler/android-tests/src/org/jetbrains/jet/compiler/run/RunUtils.java @@ -160,7 +160,7 @@ public class RunUtils { handler.startNotify(); if (settings.waitForEnd) { - handler.waitFor(400000); + handler.waitFor(800000); if (!handler.isProcessTerminated()) { System.out.println("Output before handler.isProcessTerminated() " + settings.commandLine);