Skip to content

Commit

Permalink
8320681: [macos] Test tools/jpackage/macosx/MacAppStoreJlinkOptionsTe…
Browse files Browse the repository at this point in the history
…st.java timed out on macOS
  • Loading branch information
sashamatveev committed Nov 28, 2023
1 parent f1a24f6 commit d903000
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -39,7 +39,7 @@
* @build MacAppStoreJLinkOptionsTest
* @modules jdk.jpackage/jdk.jpackage.internal
* @requires (os.family == "mac")
* @run main/othervm -Xmx512m jdk.jpackage.test.Main
* @run main/othervm/timeout=540 -Xmx512m jdk.jpackage.test.Main
* --jpt-run=MacAppStoreJLinkOptionsTest
*/
public class MacAppStoreJLinkOptionsTest {
Expand Down

0 comments on commit d903000

Please sign in to comment.