diff options
Diffstat (limited to 'nptl/tst-cond24.c')
-rw-r--r-- | nptl/tst-cond24.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-cond24.c b/nptl/tst-cond24.c index 2eb2df1..bfcc171 100644 --- a/nptl/tst-cond24.c +++ b/nptl/tst-cond24.c @@ -244,6 +244,6 @@ do_test (void) return do_test_wait (thread_fun_timed); } -#define TIMEOUT 10 +#define TIMEOUT 20 #define TEST_FUNCTION do_test () #include "../test-skeleton.c" |