b9da924
Various patches to improve build time.
b9da924
b9da924
commit e07eca6a72d21a5a37ba33df7b126609db048c41
b9da924
Author: Florian Weimer <fweimer@redhat.com>
b9da924
Date:   Wed Aug 17 16:14:02 2016 +0200
b9da924
b9da924
    nptl/tst-once5: Reduce time to expected failure
b9da924
    
b9da924
    (cherry picked from commit 1f645571d2db9008b3cd3d5acb9ff93357864283)
b9da924
b9da924
diff --git a/nptl/tst-once5.cc b/nptl/tst-once5.cc
b9da924
index 60bc78a..a6985b0 100644
b9da924
--- a/nptl/tst-once5.cc
b9da924
+++ b/nptl/tst-once5.cc
b9da924
@@ -76,5 +76,7 @@ do_test (void)
b9da924
   return result;
b9da924
 }
b9da924
 
b9da924
+// The test currently hangs and is XFAILed.  Reduce the timeout.
b9da924
+#define TIMEOUT 1
b9da924
 #define TEST_FUNCTION do_test ()
b9da924
 #include "../test-skeleton.c"