From 1f645571d2db9008b3cd3d5acb9ff93357864283 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 17 Aug 2016 16:14:02 +0200 Subject: nptl/tst-once5: Reduce time to expected failure --- nptl/tst-once5.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nptl') 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" -- cgit v1.2.1