8317834: java/lang/Thread/IsAlive.java timed out

Reviewed-by: dfuchs, alanb, dholmes, shade
This commit is contained in:
Darragh Clarke 2023-11-17 12:21:13 +00:00
parent 9194d2c714
commit 5522656af7

View File

@ -25,7 +25,7 @@
* @test
* @bug 8305425
* @summary Check Thread.isAlive
* @run main/othervm/timeout=10 IsAlive
* @run main/othervm IsAlive
*/
public class IsAlive {