mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 02:40:08 +00:00
nptl/tst-once5: Reduce time to expected failure
This commit is contained in:
parent
d9067fca40
commit
1f645571d2
@ -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]
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user