Skip to content

Commit b0ff556

Browse files
Minor
1 parent 25e0e43 commit b0ff556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-smoke-tests/maven/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tasks.withType(Test).configureEach {
2626
dependsOn "shadowJar"
2727
jvmArgs "-Ddatadog.smoketest.maven.jar.path=${tasks.shadowJar.archiveFile.get()}"
2828

29-
// Overriding the default timeout as Gradle smoke tests might run for a longer duration.
29+
// Overriding the default timeout as Maven smoke tests might run for a longer duration.
3030
timeout = Duration.of(25, ChronoUnit.MINUTES)
3131

3232
if (project.hasProperty("mavenRepositoryProxy")) {

0 commit comments

Comments
 (0)