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 <inaky.perez-gonzalez@intel.com>
This commit is contained in:
Inaky Perez-Gonzalez 2016-11-02 09:38:03 -07:00
commit a64ea3d62f

View file

@ -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