iconvdata/tst-loading: bump up timeout to 10s
authorChris Metcalf <cmetcalf@ezchip.com>
Fri, 19 Dec 2014 21:36:00 +0000 (16:36 -0500)
committerChris Metcalf <cmetcalf@ezchip.com>
Fri, 19 Dec 2014 21:36:59 +0000 (16:36 -0500)
ChangeLog
iconvdata/tst-loading.c

index e15a3cf..6bd8a38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
 
+       * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
+
        * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
        * math/atest-exp2.c (TIMEOUT): Likewise.
        * math/atest-sincos.c (TIMEOUT): Likewise.
index eff9d78..11bbbf2 100644 (file)
@@ -181,5 +181,6 @@ do_test (void)
   return result;
 }
 
+#define TIMEOUT 10
 #define TEST_FUNCTION do_test ()
 #include "../test-skeleton.c"