File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 2424 // propagate proxy URL to tests, to then propagate it to nested Gradle builds
2525 environment " MAVEN_REPOSITORY_PROXY" , project. property(" mavenRepositoryProxy" )
2626 }
27-
28- // Overriding the default timeout as Gradle smoke tests might run for a longer duration.
29- timeout = Duration . of(20 , ChronoUnit . MINUTES )
3027}
3128
Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ tasks.withType(Test).configureEach {
7575 exclude(" **/*ForkedTest*" )
7676 }
7777
78- // Set test timeout for 15 minutes. Default job timeout is 1h (configured on CI level).
79- timeout = Duration . of(15 , ChronoUnit . MINUTES )
78+ // Set test timeout for 20 minutes. Default job timeout is 1h (configured on CI level).
79+ timeout = Duration . of(20 , ChronoUnit . MINUTES )
8080
8181 check. dependsOn(it)
8282}
You can’t perform that action at this time.
0 commit comments