diff options
author | Chris Metcalf <cmetcalf@ezchip.com> | 2014-12-19 15:11:04 -0500 |
---|---|---|
committer | Chris Metcalf <cmetcalf@ezchip.com> | 2014-12-19 15:11:04 -0500 |
commit | 4ef91cdca8441dba53a01427d95d77789951b9aa (patch) | |
tree | b7f733c63d4cf0977c0082fccb2e6b45f71dbc19 /math/atest-exp.c | |
parent | afd176d6cfaa2a61e5866e896dd50b64eae7f47c (diff) | |
download | glibc-4ef91cdca8441dba53a01427d95d77789951b9aa.tar glibc-4ef91cdca8441dba53a01427d95d77789951b9aa.tar.gz glibc-4ef91cdca8441dba53a01427d95d77789951b9aa.tar.bz2 glibc-4ef91cdca8441dba53a01427d95d77789951b9aa.zip |
math: increase timeout for math/atest-*.c
These tests run in the 2-5 second range on tilegx, so just bump
up the timeout to 10 seconds generically.
Diffstat (limited to 'math/atest-exp.c')
-rw-r--r-- | math/atest-exp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/atest-exp.c b/math/atest-exp.c index 6a551deef0..406b00b6dc 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" |