summaryrefslogtreecommitdiff
path: root/tests/test-strstr.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-01-12 01:14:37 +0100
committerBruno Haible <bruno@clisp.org>2008-01-12 01:14:37 +0100
commit4cc1c913a03d9f6318453806494ca52ea3884d4a (patch)
tree735098f2f3f9f11210df57ff60da7eacb4918e9c /tests/test-strstr.c
parent587ba2c2b362d89d89c5d96224fb821fe8dac359 (diff)
downloadgnulib-4cc1c913a03d9f6318453806494ca52ea3884d4a.tar.gz
Increase the maximum allowed time for the test.
Diffstat (limited to 'tests/test-strstr.c')
-rw-r--r--tests/test-strstr.c2
1 files changed, 1 insertions, 1 deletions
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
{