Browse Source

increase timeouts to successfully run on slower hardware/emulation, f.e. xtensa

Waldemar Brodkorb 8 years ago
parent
commit
337531c6d5
3 changed files with 4 additions and 2 deletions
  1. 2 0
      test/crypt/Makefile.in
  2. 1 1
      test/regex/tst-regex2.c
  3. 1 1
      test/tls/tst-tls13.c

+ 2 - 0
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

+ 1 - 1
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"

+ 1 - 1
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"