eclipse-iceoryx / iceoryx2

Eclipse iceoryx2™ - true zero-copy inter-process-communication in pure Rust
https://iceoryx.io
Apache License 2.0
1.03k stars 40 forks source link

Fix flaky test posix thread test #422

Closed elfenpiff closed 1 month ago

elfenpiff commented 1 month ago

Required information

Every timing test shall only test at least timings not upper limits and use assert_that!( ... , time_at_least ...). The flaky test did not follow this rule.