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:
parent
6c3e483b56
commit
d4269fd520
@ -45,7 +45,7 @@ import jtreg.SkippedException;
|
||||
* @summary Test clhsdb pmap command on a core file
|
||||
* @requires vm.hasSA
|
||||
* @library /test/lib
|
||||
* @run main/othervm/timeout=240 ClhsdbPmap true
|
||||
* @run main/othervm/timeout=480 ClhsdbPmap true
|
||||
*/
|
||||
|
||||
public class ClhsdbPmap {
|
||||
|
@ -45,7 +45,7 @@ import jtreg.SkippedException;
|
||||
* @summary Test clhsdb pstack command on a core file
|
||||
* @requires vm.hasSA
|
||||
* @library /test/lib
|
||||
* @run main/othervm/timeout=240 ClhsdbPstack true
|
||||
* @run main/othervm/timeout=480 ClhsdbPstack true
|
||||
*/
|
||||
|
||||
public class ClhsdbPstack {
|
||||
|
@ -92,7 +92,7 @@ public class LingeredApp {
|
||||
protected Process appProcess;
|
||||
protected OutputBuffer output;
|
||||
protected static final int appWaitTime = 100;
|
||||
protected static final int appCoreWaitTime = 240;
|
||||
protected static final int appCoreWaitTime = 480;
|
||||
protected final String lockFileName;
|
||||
|
||||
protected boolean forceCrash = false; // set true to force a crash and core file
|
||||
|
Loading…
x
Reference in New Issue
Block a user