Skip to content

Commit d4269fd

Browse files
committedSep 17, 2020
8253028: SA core file tests still time out on OSX with "java.io.IOException: App waiting timeout"
Reviewed-by: amenkov
1 parent 6c3e483 commit d4269fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎test/hotspot/jtreg/serviceability/sa/ClhsdbPmap.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
* @summary Test clhsdb pmap command on a core file
4646
* @requires vm.hasSA
4747
* @library /test/lib
48-
* @run main/othervm/timeout=240 ClhsdbPmap true
48+
* @run main/othervm/timeout=480 ClhsdbPmap true
4949
*/
5050

5151
public class ClhsdbPmap {

‎test/hotspot/jtreg/serviceability/sa/ClhsdbPstack.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
* @summary Test clhsdb pstack command on a core file
4646
* @requires vm.hasSA
4747
* @library /test/lib
48-
* @run main/othervm/timeout=240 ClhsdbPstack true
48+
* @run main/othervm/timeout=480 ClhsdbPstack true
4949
*/
5050

5151
public class ClhsdbPstack {

‎test/lib/jdk/test/lib/apps/LingeredApp.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public class LingeredApp {
9292
protected Process appProcess;
9393
protected OutputBuffer output;
9494
protected static final int appWaitTime = 100;
95-
protected static final int appCoreWaitTime = 240;
95+
protected static final int appCoreWaitTime = 480;
9696
protected final String lockFileName;
9797

9898
protected boolean forceCrash = false; // set true to force a crash and core file

0 commit comments

Comments
 (0)
Please sign in to comment.