8298735: Some tools/jpackage/windows/* tests fails with jtreg test timeout

Reviewed-by: almatvee
This commit is contained in:
Alexey Semenyuk 2023-01-10 18:02:34 +00:00
parent 5a51ef22ad
commit 3c99e786ab
10 changed files with 10 additions and 10 deletions

View File

@ -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
*/

View File

@ -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
*/

View File

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

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

@ -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
*/

View File

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

View File

@ -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
*/

View File

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