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 25e0e43 commit b0ff556Copy full SHA for b0ff556
dd-smoke-tests/maven/build.gradle
@@ -26,7 +26,7 @@ tasks.withType(Test).configureEach {
26
dependsOn "shadowJar"
27
jvmArgs "-Ddatadog.smoketest.maven.jar.path=${tasks.shadowJar.archiveFile.get()}"
28
29
- // Overriding the default timeout as Gradle smoke tests might run for a longer duration.
+ // Overriding the default timeout as Maven smoke tests might run for a longer duration.
30
timeout = Duration.of(25, ChronoUnit.MINUTES)
31
32
if (project.hasProperty("mavenRepositoryProxy")) {
0 commit comments