We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fa499 commit a87dd1aCopy full SHA for a87dd1a
test/jdk/tools/jpackage/share/IconTest.java
@@ -52,7 +52,7 @@
52
* @library /test/jdk/tools/jpackage/helpers
53
* @build jdk.jpackage.test.*
54
* @compile -Xlint:all -Werror IconTest.java
55
- * @run main/othervm/timeout=540 -Xmx512m
+ * @run main/othervm/timeout=720 -Xmx512m
56
* jdk.jpackage.test.Main
57
* --jpt-run=IconTest
58
*/
test/jdk/tools/jpackage/share/InOutPathTest.java
@@ -50,7 +50,7 @@
50
51
* @compile -Xlint:all -Werror InOutPathTest.java
- * @run main/othervm/timeout=360 -Xmx512m jdk.jpackage.test.Main
+ * @run main/othervm/timeout=720 -Xmx512m jdk.jpackage.test.Main
* --jpt-run=InOutPathTest
public final class InOutPathTest {
0 commit comments