We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01f041 commit 382947cCopy full SHA for 382947c
src/test/java/MavenTest.java
@@ -30,7 +30,7 @@ public class MavenTest {
30
// Define the number of threads for the ExecutorService
31
private static final int MAX_THREADS = 10;
32
// Define the timeout for each test
33
- private static final Duration TEST_TIMEOUT = Duration.ofSeconds(3);
+ private static final Duration TEST_TIMEOUT = Duration.ofSeconds(300);
34
35
// Regex pattern to match "p" followed by only digits
36
private static final Pattern PROBLEM_DIR_PATTERN = Pattern.compile("p\\d+");
0 commit comments