iconvdata/tst-loading: bump up timeout to 10s

This commit is contained in:
Chris Metcalf 2014-12-19 16:36:00 -05:00
parent 4ef91cdca8
commit 804c54f7b0
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
* iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
* math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
* math/atest-exp2.c (TIMEOUT): Likewise.
* math/atest-sincos.c (TIMEOUT): Likewise.

View File

@ -181,5 +181,6 @@ do_test (void)
return result;
}
#define TIMEOUT 10
#define TEST_FUNCTION do_test ()
#include "../test-skeleton.c"