Skip to content

Commit 5ee43c6

Browse files
authored
fix: Maven smoke test still timed out on CI (#8997)
1 parent f4328f7 commit 5ee43c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-smoke-tests/maven/src/test/groovy/datadog/smoketest/MavenSmokeTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class MavenSmokeTest extends CiVisibilitySmokeTest {
4141
private static final String JAVAC_PLUGIN_VERSION = Config.get().ciVisibilityCompilerPluginVersion
4242
private static final String JACOCO_PLUGIN_VERSION = Config.get().ciVisibilityJacocoPluginVersion
4343

44-
private static final int PROCESS_TIMEOUT_SECS = 80
44+
private static final int PROCESS_TIMEOUT_SECS = 120
4545

4646
private static final int DEPENDENCIES_DOWNLOAD_RETRIES = 5
4747

0 commit comments

Comments
 (0)