Skip to content

Commit

Permalink
increate timeout for current_thread test
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Dec 23, 2024
1 parent 7163918 commit 252623f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-sdk/src/trace/span_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ mod tests {
processor.on_end(span);
}

tokio::time::sleep(Duration::from_millis(100)).await;
tokio::time::sleep(Duration::from_millis(200)).await;

let exported_spans = exporter_shared.lock().unwrap();
assert_eq!(exported_spans.len(), 4);
Expand Down

0 comments on commit 252623f

Please sign in to comment.