Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgerring committed Dec 16, 2024
1 parent 75a6652 commit 8584650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-otlp/tests/integration_test/tests/logs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub async fn test_logs() -> Result<()> {
info!(target: "my-target", "hello from {}. My price is {}.", "banana", 2.99);
let _ = logger_provider.shutdown();

tokio::time::sleep(Duration::from_secs(2)).await;
tokio::time::sleep(Duration::from_secs(5)).await;

assert_logs_results(test_utils::LOGS_FILE, "expected/logs.json");

Expand Down

0 comments on commit 8584650

Please sign in to comment.