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

Backport-of: a657aa38a56056211a9d2773b30e8fe1a89c128e
  • Loading branch information
Andrew Lu committed May 27, 2024
1 parent 060c250 commit 6c3a188
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

1 comment on commit 6c3a188

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.