From: Chris Metcalf Date: Fri, 19 Dec 2014 21:36:00 +0000 (-0500) Subject: iconvdata/tst-loading: bump up timeout to 10s X-Git-Tag: glibc-2.21~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=804c54f7b0d37d7d3c673724842135b220ba9c1c;p=thirdparty%2Fglibc.git iconvdata/tst-loading: bump up timeout to 10s --- diff --git a/ChangeLog b/ChangeLog index e15a3cf8af5..6bd8a385e17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2014-12-19 Chris Metcalf + * 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. diff --git a/iconvdata/tst-loading.c b/iconvdata/tst-loading.c index eff9d784ebe..11bbbf21201 100644 --- a/iconvdata/tst-loading.c +++ b/iconvdata/tst-loading.c @@ -181,5 +181,6 @@ do_test (void) return result; } +#define TIMEOUT 10 #define TEST_FUNCTION do_test () #include "../test-skeleton.c"