tests: increase step sizes for eina_fp_div and eina_fp_mul tests

fix T6841

Reviewed-by: Stefan Schmidt <stefan@osg.samsung.com>
This commit is contained in:
Mike Blumenkrantz 2018-03-30 17:08:48 -04:00 committed by Stefan Schmidt
parent 594b5f4967
commit ab37ca4d7b
1 changed files with 4 additions and 4 deletions

View File

@ -93,9 +93,9 @@ EFL_START_TEST(eina_fp_mul)
double maxdelta_per = 0;
dl1 = 10;
step1 = 0.001;
step1 = 0.007;
dl2 = 1000;
step2 = 0.01;
step2 = 0.061;
for (dc1 = 0; dc1 < dl1; dc1 += step1)
{
@ -143,9 +143,9 @@ EFL_START_TEST(eina_fp_div)
double maxdelta_per = 0;
dl1 = 10;
step1 = 0.001;
step1 = 0.007;
dl2 = 1000;
step2 = 0.01;
step2 = 0.061;
for (dc1 = 0; dc1 < dl1; dc1 += step1)
{