Skip to content

Commit fcc8ecd

Browse files
authored
extend span duration
1 parent 93ea6a2 commit fcc8ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inferred-spans/src/test/java/io/opentelemetry/contrib/inferredspans/InferredSpansAutoConfigTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public void checkProfilerWorking() {
159159

160160
private static void doSleep() {
161161
try {
162-
Thread.sleep(100);
162+
Thread.sleep(300);
163163
} catch (InterruptedException e) {
164164
throw new RuntimeException(e);
165165
}

0 commit comments

Comments
 (0)