Skip to content

Commit 99a5b11

Browse files
increase maven smoke test gradle task timeout
1 parent 5dfd72a commit 99a5b11

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

2727
// overriding the default timeout set in configure_tests.gradle, as Maven smoke
2828
// tests might run for a longer duration
29-
timeout = Duration.of(20, ChronoUnit.MINUTES)
29+
timeout = Duration.of(25, ChronoUnit.MINUTES)
3030

3131
if (project.hasProperty("mavenRepositoryProxy")) {
3232
// propagate proxy URL to tests, to then propagate it to nested Gradle builds

0 commit comments

Comments
 (0)