8298735: Some tools/jpackage/windows/* tests fails with jtreg test timeout
Reviewed-by: almatvee
This commit is contained in:
parent
5a51ef22ad
commit
3c99e786ab
@ -42,7 +42,7 @@ import jdk.jpackage.test.PackageType;
|
||||
* @build WinDirChooserTest
|
||||
* @requires (os.family == "windows")
|
||||
* @modules jdk.jpackage/jdk.jpackage.internal
|
||||
* @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
|
||||
* @run main/othervm/timeout=540 -Xmx512m jdk.jpackage.test.Main
|
||||
* --jpt-run=WinDirChooserTest
|
||||
*/
|
||||
|
||||
|
@ -44,7 +44,7 @@ import jdk.jpackage.test.TKit;
|
||||
* @build WinInstallerIconTest
|
||||
* @requires (os.family == "windows")
|
||||
* @modules jdk.jpackage/jdk.jpackage.internal
|
||||
* @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
|
||||
* @run main/othervm/timeout=540 -Xmx512m jdk.jpackage.test.Main
|
||||
* --jpt-run=WinInstallerIconTest
|
||||
*/
|
||||
|
||||
|
@ -45,7 +45,7 @@ import jdk.jpackage.test.TKit;
|
||||
* @build WinInstallerUiTest
|
||||
* @requires (os.family == "windows")
|
||||
* @modules jdk.jpackage/jdk.jpackage.internal
|
||||
* @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
|
||||
* @run main/othervm/timeout=720 -Xmx512m jdk.jpackage.test.Main
|
||||
* --jpt-run=WinInstallerUiTest
|
||||
*/
|
||||
public class WinInstallerUiTest {
|
||||
|
@ -45,7 +45,7 @@ import jdk.jpackage.test.Annotations.Test;
|
||||
* @requires (os.family == "windows")
|
||||
* @modules jdk.jpackage/jdk.jpackage.internal
|
||||
* @compile WinMenuGroupTest.java
|
||||
* @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
|
||||
* @run main/othervm/timeout=540 -Xmx512m jdk.jpackage.test.Main
|
||||
* --jpt-run=WinMenuGroupTest
|
||||
*/
|
||||
|
||||
|
@ -42,7 +42,7 @@ import jdk.jpackage.test.Annotations.Test;
|
||||
* @requires (os.family == "windows")
|
||||
* @modules jdk.jpackage/jdk.jpackage.internal
|
||||
* @compile WinMenuTest.java
|
||||
* @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
|
||||
* @run main/othervm/timeout=540 -Xmx512m jdk.jpackage.test.Main
|
||||
* --jpt-run=WinMenuTest
|
||||
*/
|
||||
|
||||
|
@ -43,7 +43,7 @@ import jdk.jpackage.test.Annotations.Test;
|
||||
* @requires (os.family == "windows")
|
||||
* @modules jdk.jpackage/jdk.jpackage.internal
|
||||
* @compile WinPerUserInstallTest.java
|
||||
* @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
|
||||
* @run main/othervm/timeout=540 -Xmx512m jdk.jpackage.test.Main
|
||||
* --jpt-run=WinPerUserInstallTest
|
||||
*/
|
||||
|
||||
|
@ -42,7 +42,7 @@ import jdk.jpackage.test.JPackageCommand;
|
||||
* @requires (os.family == "windows")
|
||||
* @modules jdk.jpackage/jdk.jpackage.internal
|
||||
* @compile WinScriptTest.java
|
||||
* @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
|
||||
* @run main/othervm/timeout=720 -Xmx512m jdk.jpackage.test.Main
|
||||
* --jpt-run=WinScriptTest
|
||||
*/
|
||||
|
||||
|
@ -43,7 +43,7 @@ import jdk.jpackage.test.PackageType;
|
||||
* @build WinShortcutPromptTest
|
||||
* @requires (os.family == "windows")
|
||||
* @modules jdk.jpackage/jdk.jpackage.internal
|
||||
* @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
|
||||
* @run main/othervm/timeout=720 -Xmx512m jdk.jpackage.test.Main
|
||||
* --jpt-run=WinShortcutPromptTest
|
||||
*/
|
||||
public class WinShortcutPromptTest {
|
||||
|
@ -43,7 +43,7 @@ import jdk.jpackage.test.Annotations.Test;
|
||||
* @requires (os.family == "windows")
|
||||
* @modules jdk.jpackage/jdk.jpackage.internal
|
||||
* @compile WinShortcutTest.java
|
||||
* @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
|
||||
* @run main/othervm/timeout=540 -Xmx512m jdk.jpackage.test.Main
|
||||
* --jpt-run=WinShortcutTest
|
||||
*/
|
||||
|
||||
|
@ -46,7 +46,7 @@ import jdk.jpackage.test.PackageType;
|
||||
* @build WinUrlTest
|
||||
* @requires (os.family == "windows")
|
||||
* @modules jdk.jpackage/jdk.jpackage.internal
|
||||
* @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
|
||||
* @run main/othervm/timeout=720 -Xmx512m jdk.jpackage.test.Main
|
||||
* --jpt-run=WinUrlTest
|
||||
*/
|
||||
public class WinUrlTest {
|
||||
|
Loading…
Reference in New Issue
Block a user