Skip to content

Commit 252623f

Browse files
committed
increate timeout for current_thread test
1 parent 7163918 commit 252623f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/trace/span_processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ mod tests {
10711071
processor.on_end(span);
10721072
}
10731073

1074-
tokio::time::sleep(Duration::from_millis(100)).await;
1074+
tokio::time::sleep(Duration::from_millis(200)).await;
10751075

10761076
let exported_spans = exporter_shared.lock().unwrap();
10771077
assert_eq!(exported_spans.len(), 4);

0 commit comments

Comments
 (0)