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.
+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]
exit (0);
}
+#define TIMEOUT 50
#include <support/test-driver.c>
return 0;
}
+#define TIMEOUT 200
#include <support/test-driver.c>
return 0;
}
+#define TIMEOUT 50
#include <support/test-driver.c>