Skip to content

Commit 382947c

Browse files
committed
fix(test): increase test timeout to 300 seconds
1 parent d01f041 commit 382947c

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(3);
33+
private static final Duration TEST_TIMEOUT = Duration.ofSeconds(300);
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)