diff options
Diffstat (limited to 'string')
-rw-r--r-- | string/tst-cmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/tst-cmp.c b/string/tst-cmp.c index d7720194e9..7ddbd0b24e 100644 --- a/string/tst-cmp.c +++ b/string/tst-cmp.c @@ -207,6 +207,6 @@ do_test (void) /* The nested loops need a long time to complete on slower machines. */ -#define TIMEOUT 300 +#define TIMEOUT 600 #include <support/test-driver.c> |