Increase some test timeouts.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 4 Jan 2018 21:58:40 +0000 (21:58 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 4 Jan 2018 21:58:40 +0000 (21:58 +0000)
This patch increases timeouts on three tests I observed timing out on
slow systems.

* malloc/tst-malloc-tcache-leak.c (TIMEOUT): Define to 50.
* posix/tst-glob-tilde.c (TIMEOUT): Define to 200.
* resolv/tst-resolv-res_ninit.c (TIMEOUT): Define to 50.

ChangeLog
malloc/tst-malloc-tcache-leak.c
posix/tst-glob-tilde.c
resolv/tst-resolv-res_ninit.c

index 485e526..ddd4920 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-01-04  Joseph Myers  <joseph@codesourcery.com>
+
+       * malloc/tst-malloc-tcache-leak.c (TIMEOUT): Define to 50.
+       * posix/tst-glob-tilde.c (TIMEOUT): Define to 200.
+       * resolv/tst-resolv-res_ninit.c (TIMEOUT): Define to 50.
+
 2018-01-03  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
        [BZ #15479]
index 02c4536..7d97314 100644 (file)
@@ -109,4 +109,5 @@ do_test (void)
   exit (0);
 }
 
+#define TIMEOUT 50
 #include <support/test-driver.c>
index 8d32b96..853b689 100644 (file)
@@ -140,4 +140,5 @@ do_test (void)
   return 0;
 }
 
+#define TIMEOUT 200
 #include <support/test-driver.c>
index d08d34e..46e72ab 100644 (file)
@@ -71,4 +71,5 @@ do_test (void)
   return 0;
 }
 
+#define TIMEOUT 50
 #include <support/test-driver.c>