about summary refs log tree commit diff
path: root/string/test-strncasecmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/test-strncasecmp.c')
-rw-r--r--string/test-strncasecmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/string/test-strncasecmp.c b/string/test-strncasecmp.c
index b86c630bf6..1aebc37bb6 100644
--- a/string/test-strncasecmp.c
+++ b/string/test-strncasecmp.c
@@ -24,6 +24,7 @@
 
 #define TEST_MAIN
 #define TEST_NAME "strncasecmp"
+#define TIMEOUT (5 * 60)
 #include "test-string.h"
 
 typedef int (*proto_t) (const char *, const char *, size_t);