summaryrefslogtreecommitdiff
path: root/tests/test-strstr.c
diff options
context:
space:
mode:
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
{