Skip to content

Commit a657aa3

Browse files
author
Alexander Matveev
committedNov 29, 2023
8320681: [macos] Test tools/jpackage/macosx/MacAppStoreJlinkOptionsTest.java timed out on macOS
Reviewed-by: asemenyuk
1 parent 3ccd02f commit a657aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/jdk/tools/jpackage/macosx/MacAppStoreJlinkOptionsTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -39,7 +39,7 @@
3939
* @build MacAppStoreJLinkOptionsTest
4040
* @modules jdk.jpackage/jdk.jpackage.internal
4141
* @requires (os.family == "mac")
42-
* @run main/othervm -Xmx512m jdk.jpackage.test.Main
42+
* @run main/othervm/timeout=540 -Xmx512m jdk.jpackage.test.Main
4343
* --jpt-run=MacAppStoreJLinkOptionsTest
4444
*/
4545
public class MacAppStoreJLinkOptionsTest {

0 commit comments

Comments
 (0)
Please sign in to comment.