Skip to content

Commit 4d17751

Browse files
authored
Increase sleep duration in logs test
1 parent 951916e commit 4d17751

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
@@ -127,7 +127,7 @@ fn logs_non_tokio_helper(is_simple: bool, init_logs_inside_rt: bool) -> Result<(
127127
}
128128

129129
let _ = logger_provider.shutdown();
130-
std::thread::sleep(Duration::from_secs(2));
130+
std::thread::sleep(Duration::from_secs(5));
131131
assert_logs_results_contains(test_utils::LOGS_FILE, expected_uuid.as_str())?;
132132
Ok(())
133133
}

0 commit comments

Comments
 (0)