8270341: Test serviceability/dcmd/gc/HeapDumpAllTest.java timed-out

Reviewed-by: dcubed
This commit is contained in:
Chris Plummer 2021-07-30 00:57:53 +00:00
parent 048fb2cb17
commit 77fbd99f79
2 changed files with 2 additions and 5 deletions
test/hotspot/jtreg

@ -118,8 +118,6 @@ serviceability/sa/ClhsdbFindPC.java#id1 8269982 macosx-aarch64
serviceability/sa/ClhsdbFindPC.java#id3 8269982 macosx-aarch64
serviceability/sa/ClhsdbPstack.java#id1 8269982 macosx-aarch64
serviceability/dcmd/gc/HeapDumpAllTest.java 8270341 generic-x64
#############################################################################
# :hotspot_misc

@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -29,7 +29,7 @@
* java.compiler
* java.management
* jdk.internal.jvmstat/sun.jvmstat.monitor
* @run testng HeapDumpAllTest
* @run testng/timeout=240 HeapDumpAllTest
*/
public class HeapDumpAllTest extends HeapDumpTest {
public HeapDumpAllTest() {
@ -39,4 +39,3 @@ public class HeapDumpAllTest extends HeapDumpTest {
/* See HeapDumpTest for test cases */
}