8298699: java/lang/reflect/IllegalArgumentsTest.java times out with slowdebug bits

Reviewed-by: iris
This commit is contained in:
Daniel D. Daugherty 2022-12-19 23:08:56 +00:00
parent 3e17e3c1c1
commit f07acfc166

@ -25,7 +25,7 @@
* @test
* @bug 8277964
* @summary Test IllegalArgumentException be thrown when an argument is invalid
* @run testng/othervm IllegalArgumentsTest
* @run testng/othervm/timeout=180 IllegalArgumentsTest
*/
import java.lang.reflect.Constructor;