Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8268227: java/foreign/TestUpcall.java still times out
Reviewed-by: dcubed
  • Loading branch information
mcimadamore committed Jun 8, 2021
1 parent 2717fcb commit 6843576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/jdk/java/foreign/TestDowncall.java
Expand Up @@ -28,7 +28,7 @@
* @modules jdk.incubator.foreign/jdk.internal.foreign
* @build NativeTestHelper CallGeneratorHelper TestDowncall
*
* @run testng/othervm/timeout=240
* @run testng/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies
* --enable-native-access=ALL-UNNAMED
* TestDowncall
*/
Expand Down
2 changes: 1 addition & 1 deletion test/jdk/java/foreign/TestUpcall.java
Expand Up @@ -28,7 +28,7 @@
* @modules jdk.incubator.foreign/jdk.internal.foreign
* @build NativeTestHelper CallGeneratorHelper TestUpcall
*
* @run testng/othervm/timeout=240
* @run testng/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-VerifyDependencies
* --enable-native-access=ALL-UNNAMED
* TestUpcall
*/
Expand Down

1 comment on commit 6843576

@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.