We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4328f7 commit 5ee43c6Copy full SHA for 5ee43c6
dd-smoke-tests/maven/src/test/groovy/datadog/smoketest/MavenSmokeTest.groovy
@@ -41,7 +41,7 @@ class MavenSmokeTest extends CiVisibilitySmokeTest {
41
private static final String JAVAC_PLUGIN_VERSION = Config.get().ciVisibilityCompilerPluginVersion
42
private static final String JACOCO_PLUGIN_VERSION = Config.get().ciVisibilityJacocoPluginVersion
43
44
- private static final int PROCESS_TIMEOUT_SECS = 80
+ private static final int PROCESS_TIMEOUT_SECS = 120
45
46
private static final int DEPENDENCIES_DOWNLOAD_RETRIES = 5
47
0 commit comments