File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
hotspot/jtreg/serviceability/sa Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
5151public class ClhsdbPmap {
Original file line number Diff line number Diff line change 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
5151public class ClhsdbPstack {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments