Skip to content

Commit

Permalink
Increase timeout in AgentTestRunner to 20s
Browse files Browse the repository at this point in the history
  • Loading branch information
smola committed Sep 4, 2024
1 parent 040b135 commit a6fe02e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ import static datadog.trace.bootstrap.instrumentation.api.AgentTracer.closePrevi
@SuppressWarnings('UnnecessaryDotClass')
@RunWith(SpockRunner.class)
abstract class AgentTestRunner extends DDSpecification implements AgentBuilder.Listener {
private static final long TIMEOUT_MILLIS = TimeUnit.SECONDS.toMillis(10)
private static final long TIMEOUT_MILLIS = TimeUnit.SECONDS.toMillis(20)

protected static final Instrumentation INSTRUMENTATION = ByteBuddyAgent.getInstrumentation()

Expand Down

0 comments on commit a6fe02e

Please sign in to comment.