]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Bump timeouts on some new nptl tests to support tilepro.
authorChris Metcalf <cmetcalf@tilera.com>
Tue, 6 Nov 2012 18:10:19 +0000 (13:10 -0500)
committerChris Metcalf <cmetcalf@tilera.com>
Tue, 6 Nov 2012 18:10:19 +0000 (13:10 -0500)
nptl/ChangeLog
nptl/tst-cond24.c
nptl/tst-sem14.c

index 0e01675290da8b47933cd0b9c47d1e8582cafbde..93e994669d1d34799708942efc3923d5c34241d0 100644 (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
index 2eb2df1a3f9fe7d28df308285562e7f153eeedad..bfcc171e6eae71426564ffeb42c60bcce485d31c 100644 (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"
index 949c03fcc6ab57061f64b02913243b4ae69d720f..f1e3e9e448451b66565f742dae28e718a21c5b20 100644 (file)
@@ -87,5 +87,6 @@ do_test (void)
   return thread_fail;
 }
 
+#define TIMEOUT 10
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"