mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Increase the test timeout of some string tests
Recent changes in test-strncasecmp and test-strncmp pushed the run time of the tests above the 4 minute limit specified in test-string.h on an arm tester machine.
This commit is contained in:
@ -24,6 +24,7 @@
|
|||||||
|
|
||||||
#define TEST_MAIN
|
#define TEST_MAIN
|
||||||
#define TEST_NAME "strncasecmp"
|
#define TEST_NAME "strncasecmp"
|
||||||
|
#define TIMEOUT (5 * 60)
|
||||||
#include "test-string.h"
|
#include "test-string.h"
|
||||||
|
|
||||||
typedef int (*proto_t) (const char *, const char *, size_t);
|
typedef int (*proto_t) (const char *, const char *, size_t);
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
#else
|
#else
|
||||||
# define TEST_NAME "strncmp"
|
# define TEST_NAME "strncmp"
|
||||||
#endif
|
#endif
|
||||||
|
#define TIMEOUT (5 * 60)
|
||||||
#include "test-string.h"
|
#include "test-string.h"
|
||||||
|
|
||||||
#ifdef WIDE
|
#ifdef WIDE
|
||||||
|
Reference in New Issue
Block a user