]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 485e526035f9c79b0e100b2e9bacd9dfe753f1ba..ddd49200ed0ed6eac54b44ef0752a033b24c9a1b 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 02c453603993c4f76908cc4dd68b0022eaa9251b..7d9731435e98f6e7c5c36f79f2a904093efc96cc 100644 (file)
@@ -109,4 +109,5 @@ do_test (void)
   exit (0);
 }
 
+#define TIMEOUT 50
 #include <support/test-driver.c>
index 8d32b964e8f90f5689af8b523adcf95e4b2c6a3b..853b6896feb0fd66ba6fe29c3914f5c6bed7cca3 100644 (file)
@@ -140,4 +140,5 @@ do_test (void)
   return 0;
 }
 
+#define TIMEOUT 200
 #include <support/test-driver.c>
index d08d34ed9917d7223bdfb16d936457bb89e87d83..46e72ab7ce5ca1f5456c06a4fe3b70f4fc8750ba 100644 (file)
@@ -71,4 +71,5 @@ do_test (void)
   return 0;
 }
 
+#define TIMEOUT 50
 #include <support/test-driver.c>