1
0
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:
Szabolcs Nagy
2022-03-29 09:50:23 +01:00
parent b416555431
commit 6ff3c77149
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#else
# define TEST_NAME "strncmp"
#endif
#define TIMEOUT (5 * 60)
#include "test-string.h"
#ifdef WIDE