We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e046428 commit ca54000Copy full SHA for ca54000
src/test/java/org/eolang/lints/ProgramTest.java
@@ -212,6 +212,7 @@ void doesNotThrowIoException() {
212
@Tag("benchmark")
213
@ExtendWith(MktmpResolver.class)
214
@ExtendWith(MayBeSlow.class)
215
+ @Timeout(60L)
216
void lintsLargeJnaClass(@Mktmp final Path home) throws Exception {
217
final String path = "com/sun/jna/Pointer.class";
218
final Path bin = Paths.get("target")
0 commit comments