mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/libsodium_test_timeouts_v3.0' into 'release/v3.0'
test: Set timeout of libsodium ed25519_convert test to 60s (v3.0) See merge request espressif/esp-idf!5557
This commit is contained in:
commit
6cb8d16936
@ -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 New Issue
Block a user