Skip to content

Commit

Permalink
Remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Nov 19, 2024
1 parent 2c085ff commit 4606774
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/telemetry/src/capturing/ng/layer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ mod tests {
{
let child = info_span!("child_span", otel.kind = "internal");
let _child_guard = child.enter();
std::thread::sleep(Duration::from_millis(10));
}
});

Expand Down

0 comments on commit 4606774

Please sign in to comment.