# Tolerance in the timing comparison to avoid random failures on CIs
> assert test_time / ref_time <= 1 + relative_tolerance
E assert (2.2405660152435303 / 1.3164479732513428) <= (1 + 0.2)
Any hints on what potentially could have lead to it and how to mitigate are more than welcome!
joblib package keeps failing in debian reproducible builds with the following test failure:
https://tests.reproducible-builds.org/debian/rbuild/unstable/i386/joblib_0.12.2-1.rbuild.log.gz
(package page)
Any hints on what potentially could have lead to it and how to mitigate are more than welcome!