Skip to content

Commit e3238e9

Browse files
committed
Revert "Increase timeout in AgentTestRunner to 40s"
This reverts commit ac67d2b.
1 parent 9925b4c commit e3238e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/testing/src/main/groovy/datadog/trace/agent/test/AgentTestRunner.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ import static datadog.trace.bootstrap.instrumentation.api.AgentTracer.closePrevi
9292
@SuppressWarnings('UnnecessaryDotClass')
9393
@RunWith(SpockRunner.class)
9494
abstract class AgentTestRunner extends DDSpecification implements AgentBuilder.Listener {
95-
private static final long TIMEOUT_MILLIS = TimeUnit.SECONDS.toMillis(40)
95+
private static final long TIMEOUT_MILLIS = TimeUnit.SECONDS.toMillis(10)
9696

9797
protected static final Instrumentation INSTRUMENTATION = ByteBuddyAgent.getInstrumentation()
9898

0 commit comments

Comments
 (0)