Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
yegor256 committed Jan 16, 2025
1 parent 76f81fd commit 74c402f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/org/eolang/lints/ProgramTest.java
Original file line number Diff line number Diff line change
@@ -118,7 +118,7 @@ void checksInParallel(@Mktmp final Path dir) throws IOException {
}

@Test
@Timeout(10L)
@Timeout(60L)
void simpleTest(@Mktmp final Path dir) throws IOException {
final Path path = dir.resolve("foo.xmir");
Files.write(
@@ -183,7 +183,7 @@ void largerBrokenProgramTest() throws IOException {
}

@Test
@Timeout(10L)
@Timeout(60L)
void acceptsCanonicalCode() throws IOException {
final XML xmir = new Xsline(new TrParsing()).pass(
new EoSyntax(

0 comments on commit 74c402f

Please sign in to comment.