diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-07-15 03:46:03 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-07-15 03:46:03 -0400 |
commit | 112f28e88c4ea5afbd6050e71416a23db11e4adc (patch) | |
tree | dab8a1168729e0817f27dc14832a8ab038e74b77 /timezone | |
parent | f6267fd880a3c93a05e731c4ae6d661bc91aaf25 (diff) | |
download | glibc-112f28e88c4ea5afbd6050e71416a23db11e4adc.tar glibc-112f28e88c4ea5afbd6050e71416a23db11e4adc.tar.gz glibc-112f28e88c4ea5afbd6050e71416a23db11e4adc.tar.bz2 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.c | 1 |
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" |