forked from espressif/esp-idf
test: Set timeout of libsodium ed25519_convert test to 60s
Test takes 28s-29s to run in some configs, can fail in CI.
This commit is contained in:
committed by
Angus Gratton
parent
8949ed717b
commit
931b3c07af
@@ -39,7 +39,7 @@ TEST_CASE("box tests", "[libsodium]")
|
|||||||
|
|
||||||
extern int ed25519_convert_xmain();
|
extern int ed25519_convert_xmain();
|
||||||
|
|
||||||
TEST_CASE("ed25519_convert tests", "[libsodium]")
|
TEST_CASE("ed25519_convert tests", "[libsodium][timeout=60]")
|
||||||
{
|
{
|
||||||
printf("Running ed25519_convert\n");
|
printf("Running ed25519_convert\n");
|
||||||
TEST_ASSERT_EQUAL(0, ed25519_convert_xmain() );
|
TEST_ASSERT_EQUAL(0, ed25519_convert_xmain() );
|
||||||
|
Reference in New Issue
Block a user