Skip to content

Commit 5f90681

Browse files
committed
fix(test): reduce test timeout from 5 to 3 seconds
1 parent 12af208 commit 5f90681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/MavenTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
public class MavenTest {
2525

2626
// Define the timeout for each test
27-
private static final Duration TEST_TIMEOUT = Duration.ofSeconds(5);
27+
private static final Duration TEST_TIMEOUT = Duration.ofSeconds(3);
2828

2929
// Regex pattern to match "p" followed by only digits
3030
private static final Pattern PROBLEM_DIR_PATTERN = Pattern.compile("p\\d+");

0 commit comments

Comments
 (0)