* [PATCH] tst-tzset: raise timeout to 5 seconds
@ 2015-07-15 7:48 Mike Frysinger
2015-07-15 7:56 ` Mike Frysinger
0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2015-07-15 7:48 UTC (permalink / raw)
To: libc-alpha
This test is reliably taking 2.3 seconds on my system, and the default
is 2 seconds, so it always times out. Bump it up to 5 seconds instead.
---
ChangeLog | 4 ++++
timezone/tst-tzset.c | 1 +
2 files changed, 5 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index eea74e9..2d3152d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-15 Mike Frysinger <vapier@gentoo.org>
+
+ * timezone/tst-tzset.c (TIMEOUT): Define to 5.
+
2015-07-15 Stefan Liebler <stli@linux.vnet.ibm.com>
* sysdeps/i386/i686/Makefile (test-xfail-tst-makecontext):
diff --git a/timezone/tst-tzset.c b/timezone/tst-tzset.c
index aefcc76..67bb288 100644
--- a/timezone/tst-tzset.c
+++ b/timezone/tst-tzset.c
@@ -25,6 +25,7 @@
#include <time.h>
#include <unistd.h>
+#define TIMEOUT 5
static int do_test (void);
#define TEST_FUNCTION do_test ()
#include "../test-skeleton.c"
--
2.4.4
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-15 7:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-15 7:48 [PATCH] tst-tzset: raise timeout to 5 seconds Mike Frysinger
2015-07-15 7:56 ` Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).