The 'average' test suite, which used a constant TOLERANCE value of
1e-14 to check the MinMaxAvgTotalCalculator class computations,
started to fail on a 32-bit Fedora 24 test machine because the
arithmetic slightly exceeded a difference of 1e-14. This patch
doubles the tolerance to 2e-14 to make this test pass again.