From 3a411b5d8a6c6311778e22280706047cd1a8c8d4 Mon Sep 17 00:00:00 2001 From: Salvatore Cro Date: Fri, 8 Apr 2011 17:56:22 +0200 Subject: test: fix tst-tls13 expected result and timeout tst-tls13 is expected to return 0 when passing. Set higher timeout to avoid failure on slow archs. Signed-off-by: Salvatore Cro Signed-off-by: Carmelo Amoroso --- test/tls/tst-tls13.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/tls/tst-tls13.c') diff --git a/test/tls/tst-tls13.c b/test/tls/tst-tls13.c index 55fb62e54..beee91bf4 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 3 +#define TIMEOUT 20 #include "../test-skeleton.c" -- cgit v1.2.3