Skip to content

Commit 89d7530

Browse files
author
Alexander Matveev
committedAug 17, 2020
8250803: pkgbuild failed with exit code 134
Reviewed-by: herrick, asemenyuk
1 parent 57d2c86 commit 89d7530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* @build EmptyFolderBase
4141
* @build jdk.jpackage.test.*
4242
* @modules jdk.incubator.jpackage/jdk.incubator.jpackage.internal
43-
* @run main/othervm -Xmx512m EmptyFolderPackageTest
43+
* @run main/othervm/timeout=720 -Xmx512m EmptyFolderPackageTest
4444
*/
4545
public class EmptyFolderPackageTest {
4646

0 commit comments

Comments
 (0)
Please sign in to comment.