about summary refs log tree commit diff
path: root/timezone
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-07-15 03:46:03 -0400
committerMike Frysinger <vapier@gentoo.org>2015-07-15 03:46:03 -0400
commit112f28e88c4ea5afbd6050e71416a23db11e4adc (patch)
treedab8a1168729e0817f27dc14832a8ab038e74b77 /timezone
parentf6267fd880a3c93a05e731c4ae6d661bc91aaf25 (diff)
downloadglibc-112f28e88c4ea5afbd6050e71416a23db11e4adc.tar.gz
glibc-112f28e88c4ea5afbd6050e71416a23db11e4adc.tar.xz
glibc-112f28e88c4ea5afbd6050e71416a23db11e4adc.zip
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.
Diffstat (limited to 'timezone')
-rw-r--r--timezone/tst-tzset.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/timezone/tst-tzset.c b/timezone/tst-tzset.c
index aefcc765dd..67bb288a6f 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"