about summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-08-17 16:14:02 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-08-18 12:00:11 +0200
commit8c716c2e2f916bc18a3857129c181b96990a87d6 (patch)
treec30b270f14554d8c07309a74b118088a0f0b4e20 /nptl
parent58ef663c94e0bf21e88af6afce13b62d723cc415 (diff)
downloadglibc-8c716c2e2f916bc18a3857129c181b96990a87d6.tar.gz
glibc-8c716c2e2f916bc18a3857129c181b96990a87d6.tar.xz
glibc-8c716c2e2f916bc18a3857129c181b96990a87d6.zip
nptl/tst-once5: Reduce time to expected failure
(cherry picked from commit 1f645571d2db9008b3cd3d5acb9ff93357864283)
Diffstat (limited to 'nptl')
-rw-r--r--nptl/tst-once5.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/tst-once5.cc b/nptl/tst-once5.cc
index 978d8271bd..513ac53f6f 100644
--- a/nptl/tst-once5.cc
+++ b/nptl/tst-once5.cc
@@ -75,5 +75,7 @@ do_test (void)
   return result;
 }
 
+// The test currently hangs and is XFAILed.  Reduce the timeout.
+#define TIMEOUT 1
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"