diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-11-06 13:10:19 -0500 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-11-06 13:10:19 -0500 |
commit | 91e0d40e89af9df60cac4036b1b972bb95228281 (patch) | |
tree | dd26b7ce2f4d37ebd83621f13aa7b9abcd97e508 /nptl/tst-cond24.c | |
parent | 351dc60c55467552753646c1f585c3fb54cb2b06 (diff) | |
download | glibc-91e0d40e89af9df60cac4036b1b972bb95228281.tar.gz glibc-91e0d40e89af9df60cac4036b1b972bb95228281.tar.xz glibc-91e0d40e89af9df60cac4036b1b972bb95228281.zip |
Bump timeouts on some new nptl tests to support tilepro.
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 2eb2df1a3f..bfcc171e6e 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" |