mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 10:58:18 +00:00
Increase test suite timeout
Increase the test suite timeouit from 180 seconds, to 800 seconds, since some tests consume more time, even if all tests are skipped.
This commit is contained in:
parent
3adb981383
commit
2ad73aa388
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ int execute_tests( int args, const char ** argv )
|
|||
void ** params = NULL;
|
||||
uint8_t * data = NULL, * p = NULL;
|
||||
|
||||
GREENTEA_SETUP( 180, "mbedtls_test" );
|
||||
GREENTEA_SETUP( 800, "mbedtls_test" );
|
||||
greentea_send_kv( "GO", " " );
|
||||
|
||||
while ( 1 )
|
||||
|
|
Loading…
Reference in a new issue