Skip to content

Commit ec3e7d8

Browse files
Tweak delta to make test less flaky on CI. (#10429)
1 parent 73e4642 commit ec3e7d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal-api/src/test/groovy/datadog/trace/util/AgentTaskSchedulerTest.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ class AgentTaskSchedulerTest extends DDSpecification {
121121

122122
then:
123123
latch.await(1000, MILLISECONDS)
124-
delta(timestamps.get(1), timestamps.get(0), 0.1, NANOSECONDS.convert(300, MILLISECONDS))
125-
delta(timestamps.get(2), timestamps.get(1), 0.1, NANOSECONDS.convert(300, MILLISECONDS))
124+
delta(timestamps.get(1), timestamps.get(0), 0.15, NANOSECONDS.convert(300, MILLISECONDS))
125+
delta(timestamps.get(2), timestamps.get(1), 0.15, NANOSECONDS.convert(300, MILLISECONDS))
126126
}
127127

128128
def "test cancel"() {

0 commit comments

Comments
 (0)