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] tst-leaks: raise timeout to 5 seconds


This test takes about 2.3 seconds on my tilegx system, and so
times out.  Bump it up to 5 seconds instead.
---
 localedata/ChangeLog   | 4 ++++
 localedata/tst-leaks.c | 1 +
 2 files changed, 5 insertions(+)

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 8a10346b0846..acc144878619 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-20  Chris Metcalf  <cmetcalf@ezchip.com>
+
+	* tst-leaks.c (TIMEOUT): Bump up to 5 seconds.
+
 2015-07-15  Pravin Satpute  <psatpute@redhat.com>
 
 	[BZ #17475]
diff --git a/localedata/tst-leaks.c b/localedata/tst-leaks.c
index ccd44f2c6201..3ac4a90da442 100644
--- a/localedata/tst-leaks.c
+++ b/localedata/tst-leaks.c
@@ -17,5 +17,6 @@ do_test (void)
   return 0;
 }
 
+#define TIMEOUT 5
 #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]