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 8d169ec commit 4bc8ad7Copy full SHA for 4bc8ad7
dd-java-agent/testing/src/main/groovy/datadog/trace/agent/test/AgentTestRunner.groovy
@@ -92,7 +92,7 @@ import static datadog.trace.bootstrap.instrumentation.api.AgentTracer.closePrevi
92
@SuppressWarnings('UnnecessaryDotClass')
93
@RunWith(SpockRunner.class)
94
abstract class AgentTestRunner extends DDSpecification implements AgentBuilder.Listener {
95
- private static final long TIMEOUT_MILLIS = TimeUnit.SECONDS.toMillis(10)
+ private static final long TIMEOUT_MILLIS = TimeUnit.SECONDS.toMillis(40)
96
97
protected static final Instrumentation INSTRUMENTATION = ByteBuddyAgent.getInstrumentation()
98
0 commit comments