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.
This commit is contained in:
Stefan Liebler 2014-01-23 16:26:16 +05:30 committed by Siddhesh Poyarekar
parent 7007c661ad
commit e68485398b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2014-01-23 Stefan Liebler <stli@linux.vnet.ibm.com>
* tst-tls7.c: Adjust testcase timeout
2014-01-18 H.J. Lu <hongjiu.lu@intel.com>
[BZ #14782]

View File

@ -137,7 +137,7 @@ do_test (void)
return 0;
}
#define TIMEOUT 4
#define TIMEOUT 8
#define TEST_FUNCTION do_test ()
#include "../test-skeleton.c"