@ -95,8 +95,14 @@ public class ClassWrapper {
mtThread.start();
while (!mtProc.isFinished()) {
try {
synchronized (mtProc.lock) {
mtProc.lock.wait(100);
mtProc.lock.wait(200);
}
catch (InterruptedException e) {
killThread(mtThread);
throw e;
if (System.currentTimeMillis() >= stopAt) {