summaryrefslogtreecommitdiff
path: root/tests/tsum.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tsum.c')
-rw-r--r--tests/tsum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsum.c b/tests/tsum.c
index e52b5d1de..b96d864ff 100644
--- a/tests/tsum.c
+++ b/tests/tsum.c
@@ -92,7 +92,7 @@ generic_tests (void)
}
mpfr_inits2 (precmax, exact_sum, sum1, sum2, (mpfr_ptr) 0);
- for (m = 0; m < 4000; m++)
+ for (m = 0; m < 20000; m++)
{
int non_uniform, n;
mpfr_prec_t prec;