mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
Bump timeouts on some new nptl tests to support tilepro.
This commit is contained in:
parent
351dc60c55
commit
91e0d40e89
@ -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
|
||||
|
@ -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"
|
||||
|
@ -87,5 +87,6 @@ do_test (void)
|
||||
return thread_fail;
|
||||
}
|
||||
|
||||
#define TIMEOUT 10
|
||||
#define TEST_FUNCTION do_test ()
|
||||
#include "../test-skeleton.c"
|
||||
|
Loading…
Reference in New Issue
Block a user