diff --git a/test/hotspot/jtreg/runtime/appcds/CDSandJFR.java b/test/hotspot/jtreg/runtime/appcds/CDSandJFR.java index ba870fbbaf8..53fec7ae3e4 100644 --- a/test/hotspot/jtreg/runtime/appcds/CDSandJFR.java +++ b/test/hotspot/jtreg/runtime/appcds/CDSandJFR.java @@ -30,7 +30,7 @@ * @modules jdk.jfr * @build Hello GetFlightRecorder * @run driver ClassFileInstaller -jar CDSandJFR.jar Hello GetFlightRecorder GetFlightRecorder$TestEvent GetFlightRecorder$SimpleEvent - * @run driver CDSandJFR + * @run driver/timeout=500 CDSandJFR */ import jdk.test.lib.BuildHelper;