diff options
Diffstat (limited to 'math/atest-exp2.c')
-rw-r--r-- | math/atest-exp2.c | 2 |
1 files changed, 1 insertions, 1 deletions
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" |