8253028: SA core file tests still time out on OSX with "java.io.IOException: App waiting timeout"

Reviewed-by: amenkov
This commit is contained in:
Chris Plummer 2020-09-17 22:17:36 +00:00
parent 6c3e483b56
commit d4269fd520
3 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ import jtreg.SkippedException;
* @summary Test clhsdb pmap command on a core file * @summary Test clhsdb pmap command on a core file
* @requires vm.hasSA * @requires vm.hasSA
* @library /test/lib * @library /test/lib
* @run main/othervm/timeout=240 ClhsdbPmap true * @run main/othervm/timeout=480 ClhsdbPmap true
*/ */
public class ClhsdbPmap { public class ClhsdbPmap {

View File

@ -45,7 +45,7 @@ import jtreg.SkippedException;
* @summary Test clhsdb pstack command on a core file * @summary Test clhsdb pstack command on a core file
* @requires vm.hasSA * @requires vm.hasSA
* @library /test/lib * @library /test/lib
* @run main/othervm/timeout=240 ClhsdbPstack true * @run main/othervm/timeout=480 ClhsdbPstack true
*/ */
public class ClhsdbPstack { public class ClhsdbPstack {

View File

@ -92,7 +92,7 @@ public class LingeredApp {
protected Process appProcess; protected Process appProcess;
protected OutputBuffer output; protected OutputBuffer output;
protected static final int appWaitTime = 100; protected static final int appWaitTime = 100;
protected static final int appCoreWaitTime = 240; protected static final int appCoreWaitTime = 480;
protected final String lockFileName; protected final String lockFileName;
protected boolean forceCrash = false; // set true to force a crash and core file protected boolean forceCrash = false; // set true to force a crash and core file