summaryrefslogtreecommitdiff
path: root/test/tls
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-02-17 01:14:49 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-02-17 01:14:49 +0100
commit337531c6d5d2b3f04711933ac12432c1fa3f3254 (patch)
tree9a4b45fcec50013189f404236b25796c2a510d06 /test/tls
parent4cc585c1b810ea9bee9c85a44b692de6f3d7fc22 (diff)
increase timeouts to successfully run on slower hardware/emulation, f.e. xtensa
Diffstat (limited to 'test/tls')
-rw-r--r--test/tls/tst-tls13.c2
1 files changed, 1 insertions, 1 deletions
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"