From: Chris Metcalf Date: Tue, 24 Nov 2015 19:07:02 +0000 (-0500) Subject: misc/tst-tsearch.c: bump up TIMEOUT to 10 seconds. X-Git-Tag: upstream/2.24~752 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=869c2f1eae93e789fb2deb4c82f3cb2ee2aac9c5;p=platform%2Fupstream%2Fglibc.git misc/tst-tsearch.c: bump up TIMEOUT to 10 seconds. --- diff --git a/ChangeLog b/ChangeLog index ed63834..c8700d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2015-11-24 Chris Metcalf + * misc/tst-tsearch.c (TIMEOUT): Set to 10. + * sysdeps/tile/bits/mathdef.h (__NO_LONG_DOUBLE_MATH): Define. * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: Add __finitel, __isinfl, and __isnanl. diff --git a/misc/tst-tsearch.c b/misc/tst-tsearch.c index dca2282..954d7e6 100644 --- a/misc/tst-tsearch.c +++ b/misc/tst-tsearch.c @@ -351,5 +351,6 @@ do_test (void) return total_error; } +#define TIMEOUT 10 #define TEST_FUNCTION do_test () #include "../test-skeleton.c"