nptl/tst-once5: Reduce time to expected failure

This commit is contained in:
Florian Weimer 2016-08-17 16:14:02 +02:00
parent d9067fca40
commit 1f645571d2
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2016-08-17 Florian Weimer <fweimer@redhat.com>
Reduce time to expected nptl/tst-once5 failure.
* nptl/tst-once5.cc (TIMEOUT): Define.
2016-08-17 Florian Weimer <fweimer@redhat.com>
[BZ #20452]

View 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"