Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8253028: SA core file tests still time out on OSX with "java.io.IOExc…
…eption: App waiting timeout"

Reviewed-by: amenkov
  • Loading branch information
plummercj committed Sep 17, 2020
1 parent 6c3e483 commit d4269fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/hotspot/jtreg/serviceability/sa/ClhsdbPmap.java
Expand Up @@ -45,7 +45,7 @@
* @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 {
Expand Down
2 changes: 1 addition & 1 deletion test/hotspot/jtreg/serviceability/sa/ClhsdbPstack.java
Expand Up @@ -45,7 +45,7 @@
* @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 {
Expand Down
2 changes: 1 addition & 1 deletion test/lib/jdk/test/lib/apps/LingeredApp.java
Expand Up @@ -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
Expand Down

1 comment on commit d4269fd

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on d4269fd Sep 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.