8324074: increase timeout for jvmci test TestResolvedJavaMethod.java

Reviewed-by: stuefe, thartmann
This commit is contained in:
Daniel D. Daugherty 2024-01-18 13:16:05 +00:00
parent a22ae909bc
commit aeb304b29e

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2012, 2023, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2012, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -41,7 +41,7 @@
* java.base/jdk.internal.misc * java.base/jdk.internal.misc
* java.base/jdk.internal.vm * java.base/jdk.internal.vm
* java.base/sun.reflect.annotation * java.base/sun.reflect.annotation
* @run junit/othervm -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:-UseJVMCICompiler jdk.vm.ci.runtime.test.TestResolvedJavaMethod * @run junit/othervm/timeout=240 -XX:+UnlockExperimentalVMOptions -XX:+EnableJVMCI -XX:-UseJVMCICompiler jdk.vm.ci.runtime.test.TestResolvedJavaMethod
*/ */
package jdk.vm.ci.runtime.test; package jdk.vm.ci.runtime.test;