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.
2 parents f7d6178 + 0054831 commit 001f525Copy full SHA for 001f525
dd-smoke-tests/maven/src/test/groovy/datadog/smoketest/MavenSmokeTest.groovy
@@ -365,6 +365,7 @@ class MavenSmokeTest extends CiVisibilitySmokeTest {
365
"-Duser.dir=${projectHome.toAbsolutePath()}".toString(),
366
"-Dmaven.mainClass=org.apache.maven.cli.MavenCli".toString(),
367
"-Dmaven.multiModuleProjectDirectory=${projectHome.toAbsolutePath()}".toString(),
368
+ "-Dmaven.artifact.threads=10",
369
]
370
if (runWithAgent) {
371
if (System.getenv("DD_CIVISIBILITY_SMOKETEST_DEBUG_PARENT") != null) {
0 commit comments