diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-08-17 16:14:02 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-08-17 16:14:02 +0200 |
commit | 1f645571d2db9008b3cd3d5acb9ff93357864283 (patch) | |
tree | 2d1300d61c24ea0ac6d9c407b1f6d3b3ec988540 /nptl/tst-once5.cc | |
parent | d9067fca40b8aac156d73cfa44d6875813555a6c (diff) | |
download | glibc-1f645571d2db9008b3cd3d5acb9ff93357864283.zip glibc-1f645571d2db9008b3cd3d5acb9ff93357864283.tar.gz glibc-1f645571d2db9008b3cd3d5acb9ff93357864283.tar.bz2 |
nptl/tst-once5: Reduce time to expected failure
Diffstat (limited to 'nptl/tst-once5.cc')
-rw-r--r-- | nptl/tst-once5.cc | 2 |
1 files changed, 2 insertions, 0 deletions
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" |