8369230: com/sun/jdi/SimulResumerTest.java timed out

Reviewed-by: sspitsyn
This commit is contained in:
Chris Plummer 2025-10-08 20:38:30 +00:00
parent 4d0da18ab6
commit 1aa62dcafd

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2008, 2023, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2008, 2025, 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
@ -30,7 +30,7 @@
*
* @run build TestScaffold VMConnection TargetListener TargetAdapter
* @run compile -g SimulResumerTest.java
* @run driver SimulResumerTest
* @run driver/timeout=180 SimulResumerTest
*/
import com.sun.jdi.*;
import com.sun.jdi.event.*;