commit | 0a479c3cdc5d5745b6cc5084d5faf3b0ab8e604a | [log] [tgz] |
---|---|---|
author | Jan Schmidt <jan@centricular.com> | Mon Sep 17 22:13:22 2018 +1000 |
committer | Jan Schmidt <jan@centricular.com> | Mon Sep 17 22:22:48 2018 +1000 |
tree | 972bd6b21461132fd081c258270ef45836c82471 | |
parent | 86a48030a2fbf3839792079baf0049cdb62518f0 [diff] |
tests: Use a different rate in a segment test. Using a rate of 1.1 in the test is causing the test to fail on 32-bit because ceil(1.1 * 10) can round to 12. Instead use a rate 2.0 that can be expressed as floating point number and doesn't trigger the problem. https://bugzilla.gnome.org/show_bug.cgi?id=797154