Message ID | 20160817141451.5B332439942E2@oldenburg.str.redhat.com |
---|---|
State | New |
Headers | show |
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"