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