From 4ef91cdca8441dba53a01427d95d77789951b9aa Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Fri, 19 Dec 2014 15:11:04 -0500 Subject: 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. --- math/atest-exp2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'math/atest-exp2.c') diff --git a/math/atest-exp2.c b/math/atest-exp2.c index 945bb7accf..45999948c4 100644 --- a/math/atest-exp2.c +++ b/math/atest-exp2.c @@ -228,5 +228,6 @@ do_test (void) return failures == 0 ? 0 : 1; } +#define TIMEOUT 10 #define TEST_FUNCTION do_test () #include "../test-skeleton.c" -- cgit v1.2.1