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:
parent
8db172c693
commit
a64ea3d62f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue