summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/tls/Makefile.in1
-rw-r--r--test/tls/tst-tls13.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/test/tls/Makefile.in b/test/tls/Makefile.in
index d19d347f3..875c60779 100644
--- a/test/tls/Makefile.in
+++ b/test/tls/Makefile.in
@@ -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
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"