Skip to content

Commit b4f5519

Browse files
committed
large timeout
1 parent ca54000 commit b4f5519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)