Merge branch 'bugfix/libsodium_test_timeouts_v3.1' into 'release/v3.1'
test: Set timeout of libsodium ed25519_convert test to 60s (v3.1) See merge request espressif/esp-idf!5556
This commit is contained in:
commit
6692c3ffb8
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ TEST_CASE("box tests", "[libsodium]")
|
|||
|
||||
extern int ed25519_convert_xmain();
|
||||
|
||||
TEST_CASE("ed25519_convert tests", "[libsodium]")
|
||||
TEST_CASE("ed25519_convert tests", "[libsodium][timeout=60]")
|
||||
{
|
||||
printf("Running ed25519_convert\n");
|
||||
TEST_ASSERT_EQUAL(0, ed25519_convert_xmain() );
|
||||
|
|
Loading…
Reference in a new issue