< prev index next >

test/jdk/tools/jpackage/linux/deb/BundleNameTest.java

Print this page

        

@@ -31,11 +31,11 @@
  * @build JPackageInstallerHelper
  * @build BundleNameBase
  * @requires (os.family == "linux")
  * @modules jdk.jpackage
  * @modules jdk.jpackage/jdk.jpackage.internal
- * @run main/othervm -Xmx512m BundleNameTest
+ * @run main/othervm/timeout=360 -Xmx512m BundleNameTest
  */
 public class BundleNameTest {
     private static final String TEST_NAME = "BundleNameTest";
     private static final String EXT = "deb";
 
< prev index next >