8347139: [macos] Test tools/jpackage/share/InOutPathTest.java failed: "execution error: Finder got an error: AppleEvent timed out."

Reviewed-by: asemenyuk
This commit is contained in:
Alexander Matveev 2025-02-28 20:22:23 +00:00
parent c7fa499bf5
commit a87dd1a75f
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ import jdk.jpackage.test.Annotations.Test;
* @library /test/jdk/tools/jpackage/helpers
* @build jdk.jpackage.test.*
* @compile -Xlint:all -Werror IconTest.java
* @run main/othervm/timeout=540 -Xmx512m
* @run main/othervm/timeout=720 -Xmx512m
* jdk.jpackage.test.Main
* --jpt-run=IconTest
*/

View File

@ -50,7 +50,7 @@ import jdk.jpackage.test.TKit;
* @library /test/jdk/tools/jpackage/helpers
* @build jdk.jpackage.test.*
* @compile -Xlint:all -Werror InOutPathTest.java
* @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
* @run main/othervm/timeout=720 -Xmx512m jdk.jpackage.test.Main
* --jpt-run=InOutPathTest
*/
public final class InOutPathTest {