summaryrefslogtreecommitdiff
path: root/nptl/tst-tls7.c
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.vnet.ibm.com>2014-01-23 16:26:16 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-01-23 16:26:16 +0530
commite68485398bebe6199f92f9ac70d0f29501269be8 (patch)
tree0711dd55d041b5cfba6d8d02529eadc9ea6ac000 /nptl/tst-tls7.c
parent7007c661ad737b3c8fd7855791cd52bcac6d7a0b (diff)
downloadglibc-e68485398bebe6199f92f9ac70d0f29501269be8.tar.gz
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.
Diffstat (limited to 'nptl/tst-tls7.c')
-rw-r--r--nptl/tst-tls7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-tls7.c b/nptl/tst-tls7.c
index 583d5b4620..3e85a6ec85 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"