Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix timer test to be less reliant on float precision (#3789)
# Objective - Test is failing on nightly after the merge of rust-lang/rust#90247 - It was relying on the precision of the duration of `1.0 / 3.0` ## Solution - Fix the test to be less reliant on float precision to have the same result
- Loading branch information