8209564: runtime/appcds/CDSandJFR.java timeout on tier6 on sparc

Set timeout 500 in CDSandJFR.java

Reviewed-by: dcubed
This commit is contained in:
Jiangli Zhou 2018-11-02 19:30:31 -04:00
parent 35871a8ca1
commit 4b813da8c8

View File

@ -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;