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 d4a411a commit 7362729Copy full SHA for 7362729
src/test/java/MavenTest.java
@@ -22,7 +22,7 @@
22
public class MavenTest {
23
24
// Define the timeout for each test
25
- private static final Duration TEST_TIMEOUT = Duration.ofSeconds(30);
+ private static final Duration TEST_TIMEOUT = Duration.ofSeconds(10);
26
27
// Regex pattern to match "p" followed by only digits
28
private static final Pattern PROBLEM_DIR_PATTERN = Pattern.compile("p\\d+");
0 commit comments