We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7085335 commit ab7817bCopy full SHA for ab7817b
opentelemetry-otlp/tests/integration_test/src/test_utils.rs
@@ -83,6 +83,9 @@ pub async fn start_collector_container() {
83
name: "Container started",
84
ports = format!("{:?}", container.ports()));
85
86
+ // Give the container a second to stabilize
87
+ tokio::time::sleep(std::time::Duration::from_secs(5)).await;
88
+
89
// Store the container in COLLECTOR_ARC
90
*arc_guard = Some(Arc::clone(&container));
91
}
0 commit comments