mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
aes: increase timeout for "mbedtls AES performance" test
Timeout increased to 60 sec from default 30 sec. Test would occasionally timeout on S2 due to cache misses.
This commit is contained in:
parent
a2a204c2b9
commit
71ab83cdfb
@ -12,7 +12,7 @@
|
||||
#include "test_utils.h"
|
||||
#include "ccomp_timer.h"
|
||||
|
||||
TEST_CASE("mbedtls AES performance", "[aes]")
|
||||
TEST_CASE("mbedtls AES performance", "[aes][timeout=60]")
|
||||
{
|
||||
const unsigned CALLS = 256;
|
||||
const unsigned CALL_SZ = 32 * 1024;
|
||||
|
Loading…
x
Reference in New Issue
Block a user