diff options
author | Chung-Lin Tang <cltang@codesourcery.com> | 2015-02-22 01:05:02 -0800 |
---|---|---|
committer | Chung-Lin Tang <cltang@codesourcery.com> | 2015-02-22 01:05:02 -0800 |
commit | 9529611240b612fec59e289673d05f83396aede4 (patch) | |
tree | 5d9439ae9e3293393e0feeaf1f682b8b387d0449 /math/atest-exp.c | |
parent | 4a4839c94a4c93ffc0d5b95c69a08b02a57007f2 (diff) | |
download | glibc-9529611240b612fec59e289673d05f83396aede4.zip glibc-9529611240b612fec59e289673d05f83396aede4.tar.gz glibc-9529611240b612fec59e289673d05f83396aede4.tar.bz2 |
Adjust timeouts for some tests, to accommodate slow processors,
often without FPUs.
Diffstat (limited to 'math/atest-exp.c')
-rw-r--r-- | math/atest-exp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/atest-exp.c b/math/atest-exp.c index e190e5d..be0d401 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" |