Skip to content

Commit ca54000

Browse files
committed
timeout
1 parent e046428 commit ca54000

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/eolang/lints/ProgramTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ void doesNotThrowIoException() {
212212
@Tag("benchmark")
213213
@ExtendWith(MktmpResolver.class)
214214
@ExtendWith(MayBeSlow.class)
215+
@Timeout(60L)
215216
void lintsLargeJnaClass(@Mktmp final Path home) throws Exception {
216217
final String path = "com/sun/jna/Pointer.class";
217218
final Path bin = Paths.get("target")

0 commit comments

Comments
 (0)