diff mbox

[COMMITTED] nptl/tst-once5: Reduce time to expected failure

Message ID 20160817141451.5B332439942E2@oldenburg.str.redhat.com
State New
Headers show

Commit Message

Florian Weimer Aug. 17, 2016, 2:14 p.m. UTC
2016-08-17  Florian Weimer  <fweimer@redhat.com>

	Reduce time to expected nptl/tst-once5 failure.
	* nptl/tst-once5.cc (TIMEOUT): Define.
diff mbox

Patch

diff --git a/nptl/tst-once5.cc b/nptl/tst-once5.cc
index 978d827..513ac53 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"