From 3cefdd7310a5d1fad45648d9346e47df9c185fdc Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 6 Jul 2017 17:01:03 +0000 Subject: Increase some test timeouts. This patch increases the timeouts for some tests that I've seen timing out on slow systems in my 2.26 release testing. (In the case of tst-tsearch.c, increasing the timeout means removing a setting of 10 that was put there before the default timeout was increased to 20 seconds, so putting the default into effect.) * iconvdata/tst-loading.c (TIMEOUT): Define to 30. * misc/tst-tsearch.c (TIMEOUT): Remove. * nptl/tst-create-detached.c (TIMEOUT): Define to 100. * nptl/tst-robust-fork.c (TIMEOUT): Likewise. * nptl/tst-rwlock19.c (TIMEOUT): Likewise. * string/tst-cmp.c (TIMEOUT): Define to 600. --- misc/tst-tsearch.c | 1 - 1 file changed, 1 deletion(-) (limited to 'misc') diff --git a/misc/tst-tsearch.c b/misc/tst-tsearch.c index 6c8fff0e3f..5e3c473694 100644 --- a/misc/tst-tsearch.c +++ b/misc/tst-tsearch.c @@ -351,6 +351,5 @@ do_test (void) return total_error; } -#define TIMEOUT 10 #define TEST_FUNCTION do_test () #include "../test-skeleton.c" -- cgit v1.2.3