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 75a6652 commit 8584650Copy full SHA for 8584650
opentelemetry-otlp/tests/integration_test/tests/logs.rs
@@ -50,7 +50,7 @@ pub async fn test_logs() -> Result<()> {
50
info!(target: "my-target", "hello from {}. My price is {}.", "banana", 2.99);
51
let _ = logger_provider.shutdown();
52
53
- tokio::time::sleep(Duration::from_secs(2)).await;
+ tokio::time::sleep(Duration::from_secs(5)).await;
54
55
assert_logs_results(test_utils::LOGS_FILE, "expected/logs.json");
56
0 commit comments