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:
Marius Vikhammer 2020-04-10 15:49:40 +08:00
parent a2a204c2b9
commit 71ab83cdfb

View file

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