Skip to content

Commit 8584650

Browse files
committed
.
1 parent 75a6652 commit 8584650

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-otlp/tests/integration_test/tests

1 file changed

+1
-1
lines changed

opentelemetry-otlp/tests/integration_test/tests/logs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pub async fn test_logs() -> Result<()> {
5050
info!(target: "my-target", "hello from {}. My price is {}.", "banana", 2.99);
5151
let _ = logger_provider.shutdown();
5252

53-
tokio::time::sleep(Duration::from_secs(2)).await;
53+
tokio::time::sleep(Duration::from_secs(5)).await;
5454

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

0 commit comments

Comments
 (0)