Skip to content

Commit 7362729

Browse files
committed
fix(test): reduce test timeout from 30s to 10s
1 parent d4a411a commit 7362729

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
@@ -22,7 +22,7 @@
2222
public class MavenTest {
2323

2424
// Define the timeout for each test
25-
private static final Duration TEST_TIMEOUT = Duration.ofSeconds(30);
25+
private static final Duration TEST_TIMEOUT = Duration.ofSeconds(10);
2626

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

0 commit comments

Comments
 (0)