summaryrefslogtreecommitdiff
path: root/tests/tlog10.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2003-10-07 08:37:28 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2003-10-07 08:37:28 +0000
commita3f078771126f3c7a5dede2a04f3a98a2cde7bc4 (patch)
tree35ab34cfeb966275d7fe8f19c10dd261748ea626 /tests/tlog10.c
parentd0c2a5ad3713d2edaa1adb3ca65881e50f50e3c7 (diff)
downloadmpfr-a3f078771126f3c7a5dede2a04f3a98a2cde7bc4.tar.gz
reduced test time
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2484 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tlog10.c')
-rw-r--r--tests/tlog10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tlog10.c b/tests/tlog10.c
index b372537b1..466847df7 100644
--- a/tests/tlog10.c
+++ b/tests/tlog10.c
@@ -39,7 +39,7 @@ main (int argc, char *argv[])
tests_start_mpfr ();
- test_generic (2, 100, 100);
+ test_generic (2, 100, 20);
/* check log10(10^n)=n */
mpfr_init2 (x, 53);