Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 20, 2025
1 parent 7a53b4b commit 07aa402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/eolang/lints/LtByXslTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ void checksMotivesForPresence() throws IOException {
}

@Test
@Timeout(30L)
@Timeout(60L)
void checksEmptyObjectOnLargeXmirInReasonableTime() {
Assertions.assertDoesNotThrow(
() -> new LtByXsl("errors/empty-object").defects(
Expand Down

0 comments on commit 07aa402

Please sign in to comment.