Skip to content

Commit 1951e6f

Browse files
Increase timeout in Gradle launcher smoke tests (#8142)
1 parent ace20ff commit 1951e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-smoke-tests/gradle/src/test/groovy/datadog/smoketest/GradleLauncherSmokeTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import datadog.trace.civisibility.utils.ShellCommandExecutor
99
*/
1010
class GradleLauncherSmokeTest extends AbstractGradleTest {
1111

12-
private static final int GRADLE_BUILD_TIMEOUT_MILLIS = 30_000
12+
private static final int GRADLE_BUILD_TIMEOUT_MILLIS = 60_000
1313

1414
private static final String AGENT_JAR = System.getProperty("datadog.smoketest.agent.shadowJar.path")
1515

0 commit comments

Comments
 (0)