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 0e01675..93e9946 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 2eb2df1..bfcc171 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 949c03f..f1e3e9e 100644 (file)
@@ -87,5 +87,6 @@ do_test (void)
   return thread_fail;
 }
 
+#define TIMEOUT 10
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"