This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[COMMITTED] misc/tst-tsearch.c: bump up TIMEOUT to 10 seconds.


---
This takes about 5 seconds to run on tilegx.

 ChangeLog          | 2 ++
 misc/tst-tsearch.c | 1 +
 2 files changed, 3 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index ed638349d01e..c8700d21da10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2015-11-24  Chris Metcalf  <cmetcalf@ezchip.com>
 
+	* 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 dca22820c32f..954d7e656415 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"
-- 
2.1.2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]