From a64ea3d62f144b46d2f5b8df5dba932c83364d4d Mon Sep 17 00:00:00 2001 From: Inaky Perez-Gonzalez Date: Wed, 2 Nov 2016 09:38:03 -0700 Subject: [PATCH] tests/crypto/test_mbedtls: increase timeouts for HW When running in real HW, testcases take more time to execute than the default 60s. 200s seems to work for all HW types as of this commit (FRDM k64f, Arduino Due, Arduino 101 / x86, EMSK 9d). Change-Id: I663a67161bd7b4c349a483efb8e9cbf14c09421c Signed-off-by: Inaky Perez-Gonzalez --- tests/crypto/test_mbedtls/testcase.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/crypto/test_mbedtls/testcase.ini b/tests/crypto/test_mbedtls/testcase.ini index ddd15829ff6..9ca908151e2 100644 --- a/tests/crypto/test_mbedtls/testcase.ini +++ b/tests/crypto/test_mbedtls/testcase.ini @@ -3,9 +3,11 @@ tags = crypto mbedtls kernel = unified filter = ( CONFIG_SRAM_SIZE >= 32 or CONFIG_DCCM_SIZE >= 32 or CONFIG_RAM_SIZE >= 32 ) +timeout = 200 [test_nios] tags = crypto mbedtls kernel = unified slow = true arch_whitelist = nios2 +timeout = 200