]> sourceware.org Git - glibc.git/commitdiff
S/390: Increase tst-tls7 test case timeout
authorStefan Liebler <stli@linux.vnet.ibm.com>
Thu, 23 Jan 2014 10:56:16 +0000 (16:26 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Thu, 23 Jan 2014 10:56:16 +0000 (16:26 +0530)
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.

nptl/ChangeLog
nptl/tst-tls7.c

index 0defc9a871a28ad2c5166c8fa05a9354c11bcdbb..8761f5be9b0406c213085f86898ca95e7fd81f64 100644 (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]
index 583d5b4620f24c8dac05c96faf374ee8180dcbac..3e85a6ec85c793fc89585189805406b6a6260aa2 100644 (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"
This page took 0.049037 seconds and 5 git commands to generate.