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