8299779: Test tools/jpackage/share/jdk/jpackage/tests/MainClassTest.java timed out

Reviewed-by: asemenyuk
This commit is contained in:
Alexander Matveev 2023-03-11 01:04:13 +00:00
parent 2116928528
commit 0a4d54f7ce

@ -1,5 +1,5 @@
/*
* Copyright (c) 2019, 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2019, 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
@ -55,7 +55,7 @@ import static jdk.jpackage.tests.MainClassTest.Script.MainClassType.*;
* @build jdk.jpackage.test.*
* @modules jdk.jpackage/jdk.jpackage.internal
* @compile MainClassTest.java
* @run main/othervm/timeout=540 -Xmx512m jdk.jpackage.test.Main
* @run main/othervm/timeout=720 -Xmx512m jdk.jpackage.test.Main
* --jpt-run=jdk.jpackage.tests.MainClassTest
*/