]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
nptl/tst-once5: Reduce time to expected failure
authorFlorian Weimer <fweimer@redhat.com>
Wed, 17 Aug 2016 14:14:02 +0000 (16:14 +0200)
committerMike Frysinger <vapier@gentoo.org>
Sat, 12 Nov 2016 05:44:39 +0000 (00:44 -0500)
(cherry picked from commit 1f645571d2db9008b3cd3d5acb9ff93357864283)
(cherry picked from commit 2eda04ec6f55d2a622481aeb51e4c42cf1607995)

nptl/tst-once5.cc

index 978d8271bdaf888b312561de531b8f30690cc040..513ac53f6f8de8110119e3c6d0232e474d8298b5 100644 (file)
@@ -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"