diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/atest-exp.c | 1 | ||||
-rw-r--r-- | math/atest-exp2.c | 1 | ||||
-rw-r--r-- | math/atest-sincos.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/math/atest-exp.c b/math/atest-exp.c index 6a551de..406b00b 100644 --- a/math/atest-exp.c +++ b/math/atest-exp.c @@ -191,5 +191,6 @@ do_test (void) return failures == 0 ? 0 : 1; } +#define TIMEOUT 10 #define TEST_FUNCTION do_test () #include "../test-skeleton.c" diff --git a/math/atest-exp2.c b/math/atest-exp2.c index 945bb7a..4599994 100644 --- a/math/atest-exp2.c +++ b/math/atest-exp2.c @@ -228,5 +228,6 @@ do_test (void) return failures == 0 ? 0 : 1; } +#define TIMEOUT 10 #define TEST_FUNCTION do_test () #include "../test-skeleton.c" diff --git a/math/atest-sincos.c b/math/atest-sincos.c index 1f5e730..fd0aa2b 100644 --- a/math/atest-sincos.c +++ b/math/atest-sincos.c @@ -278,5 +278,6 @@ do_test (void) return (sin_failures == 0 && cos_failures == 0) ? 0 : 1; } +#define TIMEOUT 10 #define TEST_FUNCTION do_test () #include "../test-skeleton.c" |