We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca54000 commit b4f5519Copy full SHA for b4f5519
src/test/java/org/eolang/lints/ProgramTest.java
@@ -212,7 +212,7 @@ void doesNotThrowIoException() {
212
@Tag("benchmark")
213
@ExtendWith(MktmpResolver.class)
214
@ExtendWith(MayBeSlow.class)
215
- @Timeout(60L)
+ @Timeout(600L)
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