Skip to content

Commit aa2f513

Browse files
committed
fix
1 parent 182b62c commit aa2f513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/instrumentation/micrometer-1.0/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ dependencies {
4242

4343
tasks {
4444
withType<Test>().configureEach {
45-
jvmArgs("-Dapplicationinsights.internal.micrometer.step.millis=100")
45+
jvmArgs("-Dapplicationinsights.internal.micrometer.step.millis=1000")
4646
}
4747
}

0 commit comments

Comments
 (0)