From 52b519d471dd3374be8750fcea79a3a009bffa85 Mon Sep 17 00:00:00 2001 From: Inaky Perez-Gonzalez Date: Wed, 2 Nov 2016 09:56:04 -0700 Subject: [PATCH] tests/crypto/test_tcc_dh: increase timeouts for real HW Some HW needs longet timeouts for this TC to complete succesfully. Change-Id: If6cd4ad93b6e15293f1f8d8e606e159271f0e4d1 Signed-off-by: Inaky Perez-Gonzalez --- tests/crypto/test_ecc_dh/testcase.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/crypto/test_ecc_dh/testcase.ini b/tests/crypto/test_ecc_dh/testcase.ini index df02ff03b06..46b5766f3c5 100644 --- a/tests/crypto/test_ecc_dh/testcase.ini +++ b/tests/crypto/test_ecc_dh/testcase.ini @@ -1,4 +1,5 @@ [test] tags = crypto ecc dh -build_only = false kernel = unified +timeout = 500 +slow = True \ No newline at end of file