diff --git a/internal-api/src/test/groovy/datadog/trace/util/AgentTaskSchedulerTest.groovy b/internal-api/src/test/groovy/datadog/trace/util/AgentTaskSchedulerTest.groovy index b783ae7b685..0e39231bf16 100644 --- a/internal-api/src/test/groovy/datadog/trace/util/AgentTaskSchedulerTest.groovy +++ b/internal-api/src/test/groovy/datadog/trace/util/AgentTaskSchedulerTest.groovy @@ -121,8 +121,8 @@ class AgentTaskSchedulerTest extends DDSpecification { then: latch.await(1000, MILLISECONDS) - delta(timestamps.get(1), timestamps.get(0), 0.1, NANOSECONDS.convert(300, MILLISECONDS)) - delta(timestamps.get(2), timestamps.get(1), 0.1, NANOSECONDS.convert(300, MILLISECONDS)) + delta(timestamps.get(1), timestamps.get(0), 0.15, NANOSECONDS.convert(300, MILLISECONDS)) + delta(timestamps.get(2), timestamps.get(1), 0.15, NANOSECONDS.convert(300, MILLISECONDS)) } def "test cancel"() {