From: Stefan Liebler Date: Thu, 23 Jan 2014 10:56:16 +0000 (+0530) Subject: S/390: Increase tst-tls7 test case timeout X-Git-Tag: glibc-2.19~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e68485398bebe6199f92f9ac70d0f29501269be8;p=thirdparty%2Fglibc.git S/390: Increase tst-tls7 test case timeout TLS in a dlopened object works fine when accessed from a signal handler. The default kernel scheduling parameters prevents the testcase to finish within the 4 seconds. Tested the bigger timeout on s390 and s390x. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 0defc9a871a..8761f5be9b0 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2014-01-23 Stefan Liebler + + * tst-tls7.c: Adjust testcase timeout + 2014-01-18 H.J. Lu [BZ #14782] diff --git a/nptl/tst-tls7.c b/nptl/tst-tls7.c index 583d5b4620f..3e85a6ec85c 100644 --- a/nptl/tst-tls7.c +++ b/nptl/tst-tls7.c @@ -137,7 +137,7 @@ do_test (void) return 0; } -#define TIMEOUT 4 +#define TIMEOUT 8 #define TEST_FUNCTION do_test () #include "../test-skeleton.c"