diff options
-rw-r--r-- | test/crypt/Makefile.in | 2 | ||||
-rw-r--r-- | test/regex/tst-regex2.c | 2 | ||||
-rw-r--r-- | test/tls/tst-tls13.c | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/test/crypt/Makefile.in b/test/crypt/Makefile.in index 1798a3977..f85221947 100644 --- a/test/crypt/Makefile.in +++ b/test/crypt/Makefile.in @@ -11,3 +11,5 @@ endif ifneq ($(UCLIBC_HAS_SHA256_CRYPT_IMPL),y) TESTS_DISABLED += sha256c-test endif + +WRAPPER := env TIMEOUTFACTOR=50 diff --git a/test/regex/tst-regex2.c b/test/regex/tst-regex2.c index 2e3260a03..bb47d6467 100644 --- a/test/regex/tst-regex2.c +++ b/test/regex/tst-regex2.c @@ -245,6 +245,6 @@ do_test(void) return exitcode; } -#define TIMEOUT 20 +#define TIMEOUT 100 #define TEST_FUNCTION do_test() #include "../test-skeleton.c" diff --git a/test/tls/tst-tls13.c b/test/tls/tst-tls13.c index beee91bf4..4cb74e76b 100644 --- a/test/tls/tst-tls13.c +++ b/test/tls/tst-tls13.c @@ -26,5 +26,5 @@ do_test (void) } #define TEST_FUNCTION do_test () -#define TIMEOUT 20 +#define TIMEOUT 50 #include "../test-skeleton.c" |