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 5dfd72a commit 99a5b11Copy full SHA for 99a5b11
dd-smoke-tests/maven/build.gradle
@@ -26,7 +26,7 @@ tasks.withType(Test).configureEach {
26
27
// overriding the default timeout set in configure_tests.gradle, as Maven smoke
28
// tests might run for a longer duration
29
- timeout = Duration.of(20, ChronoUnit.MINUTES)
+ timeout = Duration.of(25, ChronoUnit.MINUTES)
30
31
if (project.hasProperty("mavenRepositoryProxy")) {
32
// propagate proxy URL to tests, to then propagate it to nested Gradle builds
0 commit comments