Skip to content

Commit 3eb109f

Browse files
committed
add timeout for test_batch_processor_multi_thread_count_1_runtime
1 parent 252623f commit 3eb109f

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
@@ -1095,7 +1095,7 @@ mod tests {
10951095
processor.on_end(span);
10961096
}
10971097

1098-
tokio::time::sleep(Duration::from_millis(100)).await;
1098+
tokio::time::sleep(Duration::from_millis(200)).await;
10991099

11001100
let exported_spans = exporter_shared.lock().unwrap();
11011101
assert_eq!(exported_spans.len(), 4);

0 commit comments

Comments
 (0)