From 4cc1c913a03d9f6318453806494ca52ea3884d4a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 12 Jan 2008 01:14:37 +0100 Subject: Increase the maximum allowed time for the test. --- tests/test-strstr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-strstr.c') diff --git a/tests/test-strstr.c b/tests/test-strstr.c index a4cc0fc774..b03fcf9061 100644 --- a/tests/test-strstr.c +++ b/tests/test-strstr.c @@ -42,7 +42,7 @@ main (int argc, char *argv[]) caused by SIGALRM. All known platforms that lack alarm also have a quadratic strstr, and the replacement strstr is known to not take too long. */ - alarm (10); + alarm (50); #endif { -- cgit v1.2.1