Skip to content

Commit 582ed05

Browse files
committed
fix(test): reduce test timeout from 300 to 30 seconds
1 parent 382947c commit 582ed05

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
@@ -30,7 +30,7 @@ public class MavenTest {
3030
// Define the number of threads for the ExecutorService
3131
private static final int MAX_THREADS = 10;
3232
// Define the timeout for each test
33-
private static final Duration TEST_TIMEOUT = Duration.ofSeconds(300);
33+
private static final Duration TEST_TIMEOUT = Duration.ofSeconds(30);
3434

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

0 commit comments

Comments
 (0)