Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tst-tzset: raise timeout to 5 seconds
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.
  • Loading branch information
Mike Frysinger committed Jul 15, 2015
1 parent f6267fd commit 112f28e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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):
Expand Down
1 change: 1 addition & 0 deletions timezone/tst-tzset.c
Expand Up @@ -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"
Expand Down

0 comments on commit 112f28e

Please sign in to comment.