From: Mike Frysinger <vapier@gentoo.org>
To: libc-alpha@sourceware.org
Subject: [PATCH] tst-tzset: raise timeout to 5 seconds
Date: Wed, 15 Jul 2015 07:48:00 -0000 [thread overview]
Message-ID: <1436946505-14013-1-git-send-email-vapier@gentoo.org> (raw)
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
next reply other threads:[~2015-07-15 7:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-15 7:48 Mike Frysinger [this message]
2015-07-15 7:56 ` Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1436946505-14013-1-git-send-email-vapier@gentoo.org \
--to=vapier@gentoo.org \
--cc=libc-alpha@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).