OSDN Git Service

test: fix tst-tls13 expected result and timeout
authorSalvatore Cro <salvatore.cro@st.com>
Fri, 8 Apr 2011 15:56:22 +0000 (17:56 +0200)
committerCarmelo Amoroso <carmelo.amoroso@st.com>
Mon, 18 Apr 2011 10:23:43 +0000 (12:23 +0200)
tst-tls13 is expected to return 0 when passing.
Set higher timeout to avoid failure on slow archs.

Signed-off-by: Salvatore Cro <salvatore.cro@st.com>
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
test/tls/Makefile.in
test/tls/tst-tls13.c

index d19d347..875c607 100644 (file)
@@ -140,7 +140,6 @@ tst-tlsmod18a%.so: tst-tlsmod18a.c
        $(LDFLAGS_tst-tlsmod18a.so)
 tst-tls-at-ctor: tst-tlsmod-at-ctor.so
 
-RET_tst-tls13 := 1
 ifeq ($(TARGET_ARCH),mips)
 RET_tst-tls15 := 1
 endif
index 55fb62e..beee91b 100644 (file)
@@ -26,5 +26,5 @@ do_test (void)
 }
 
 #define TEST_FUNCTION do_test ()
-#define TIMEOUT 3
+#define TIMEOUT 20
 #include "../test-skeleton.c"