From 337531c6d5d2b3f04711933ac12432c1fa3f3254 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 17 Feb 2016 01:14:49 +0100 Subject: increase timeouts to successfully run on slower hardware/emulation, f.e. xtensa --- test/crypt/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/crypt/Makefile.in') 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 -- cgit v1.2.3