Bump timeouts on some new nptl tests to support tilepro.

This commit is contained in:
Chris Metcalf 2012-11-06 13:10:19 -05:00
parent 351dc60c55
commit 91e0d40e89
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-11-06 Chris Metcalf <cmetcalf@tilera.com>
* tst-sem14.c (TIMEOUT): Set timeout to 10 seconds.
* tst-cond24.c (TIMEOUT): Increase from 10 to 20 seconds.
2012-11-05 Siddhesh Poyarekar <siddhesh@redhat.com>
* pthread_cond_timedwait.c (__pthread_cond_timedwait): Time out

View File

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

View File

@ -87,5 +87,6 @@ do_test (void)
return thread_fail;
}
#define TIMEOUT 10
#define TEST_FUNCTION do_test ()
#include "../test-skeleton.c"