10000 fix: Maven smoke test are timed out in CI (#8993) · DataDog/dd-trace-java@4fa48aa · GitHub
[go: up one dir, main page]

Skip to content

Commit 4fa48aa

Browse files
authored
fix: Maven smoke test are timed out in CI (#8993)
1 parent 9db71d4 commit 4fa48aa

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 = 60
44+
private static final int PROCESS_TIMEOUT_SECS = 80
4545

4646
private static final int DEPENDENCIES_DOWNLOAD_RETRIES = 5
4747

0 commit comments

Comments
 (0)
0