From 9529611240b612fec59e289673d05f83396aede4 Mon Sep 17 00:00:00 2001 From: Chung-Lin Tang Date: Sun, 22 Feb 2015 01:05:02 -0800 Subject: Adjust timeouts for some tests, to accommodate slow processors, often without FPUs. --- math/atest-exp.c | 2 +- math/atest-exp2.c | 2 +- math/atest-sincos.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'math') diff --git a/math/atest-exp.c b/math/atest-exp.c index e190e5ded4..be0d4015b6 100644 --- a/math/atest-exp.c +++ b/math/atest-exp.c @@ -191,6 +191,6 @@ do_test (void) return failures == 0 ? 0 : 1; } -#define TIMEOUT 10 +#define TIMEOUT 200 #define TEST_FUNCTION do_test () #include "../test-skeleton.c" diff --git a/math/atest-exp2.c b/math/atest-exp2.c index f11b652cec..307c7410e2 100644 --- a/math/atest-exp2.c +++ b/math/atest-exp2.c @@ -228,6 +228,6 @@ do_test (void) return failures == 0 ? 0 : 1; } -#define TIMEOUT 10 +#define TIMEOUT 300 #define TEST_FUNCTION do_test () #include "../test-skeleton.c" diff --git a/math/atest-sincos.c b/math/atest-sincos.c index 5f0f032c77..0933169df5 100644 --- a/math/atest-sincos.c +++ b/math/atest-sincos.c @@ -278,6 +278,6 @@ do_test (void) return (sin_failures == 0 && cos_failures == 0) ? 0 : 1; } -#define TIMEOUT 10 +#define TIMEOUT 600 #define TEST_FUNCTION do_test () #include "../test-skeleton.c" -- cgit 1.4.1