Skip to content

Commit a87dd1a

Browse files
author
Alexander Matveev
committedFeb 28, 2025
8347139: [macos] Test tools/jpackage/share/InOutPathTest.java failed: "execution error: Finder got an error: AppleEvent timed out."
Reviewed-by: asemenyuk
1 parent c7fa499 commit a87dd1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎test/jdk/tools/jpackage/share/IconTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
* @library /test/jdk/tools/jpackage/helpers
5353
* @build jdk.jpackage.test.*
5454
* @compile -Xlint:all -Werror IconTest.java
55-
* @run main/othervm/timeout=540 -Xmx512m
55+
* @run main/othervm/timeout=720 -Xmx512m
5656
* jdk.jpackage.test.Main
5757
* --jpt-run=IconTest
5858
*/

‎test/jdk/tools/jpackage/share/InOutPathTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
* @library /test/jdk/tools/jpackage/helpers
5151
* @build jdk.jpackage.test.*
5252
* @compile -Xlint:all -Werror InOutPathTest.java
53-
* @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
53+
* @run main/othervm/timeout=720 -Xmx512m jdk.jpackage.test.Main
5454
* --jpt-run=InOutPathTest
5555
*/
5656
public final class InOutPathTest {

0 commit comments

Comments
 (0)
Please sign in to comment.