Skip to content

Commit

Permalink
large timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 9, 2025
1 parent ca54000 commit b4f5519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/eolang/lints/ProgramTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ void doesNotThrowIoException() {
@Tag("benchmark")
@ExtendWith(MktmpResolver.class)
@ExtendWith(MayBeSlow.class)
@Timeout(60L)
@Timeout(600L)
void lintsLargeJnaClass(@Mktmp final Path home) throws Exception {
final String path = "com/sun/jna/Pointer.class";
final Path bin = Paths.get("target")
Expand Down

0 comments on commit b4f5519

Please sign in to comment.