about summary refs log tree commit diff
path: root/math/atest-sincos.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/atest-sincos.c')
-rw-r--r--math/atest-sincos.c2
1 files changed, 1 insertions, 1 deletions
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"