From 145248c94bd6155106ebda49be45ae86bdb687f4 Mon Sep 17 00:00:00 2001 From: duke Date: Sat, 25 Oct 2025 15:10:09 +0000 Subject: [PATCH] Backport 8d8a28ffcbd974bb1a5389839a7e3046a232f85d --- test/jdk/tools/jpackage/windows/WinL10nTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jdk/tools/jpackage/windows/WinL10nTest.java b/test/jdk/tools/jpackage/windows/WinL10nTest.java index 34e6fca863f..6390d4ac5a8 100644 --- a/test/jdk/tools/jpackage/windows/WinL10nTest.java +++ b/test/jdk/tools/jpackage/windows/WinL10nTest.java @@ -43,7 +43,7 @@ * @build jdk.jpackage.test.* * @requires (os.family == "windows") * @compile WinL10nTest.java - * @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main + * @run main/othervm/timeout=1440 -Xmx512m jdk.jpackage.test.Main * --jpt-run=WinL10nTest */