diff options
-rw-r--r-- | string/test-strncasecmp.c | 1 | ||||
-rw-r--r-- | string/test-strncmp.c | 1 |
2 files changed, 2 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); diff --git a/string/test-strncmp.c b/string/test-strncmp.c index bba9e3d2dc..3e35142548 100644 --- a/string/test-strncmp.c +++ b/string/test-strncmp.c @@ -25,6 +25,7 @@ #else # define TEST_NAME "strncmp" #endif +#define TIMEOUT (5 * 60) #include "test-string.h" #ifdef WIDE |